Skip to content

GhaithBrzig/LaravelProject

Repository files navigation

Freelance app

GitHub repo size GitHub contributors GitHub Top language

About the app

A freelance web app connects freelancers and clients, simplifying job posting, bidding, project management, and payments.

Laravel Logo

Prerequisites

  • php 8
  • composer
  • laravel V9
  • mysql

Installation

1- clone project

$ git clone https://github.com/GhaithBrzig/LaravelProject

2- Install packages

$ composer install

3 -create database

$ php artisan db:create

run server

$ npm run dev
$ php artisan serve

Usefull command

1- create model with migration file

$ php artisan make:model <entite's name> -m

2- Migration

  • $ php artisan make:migration create_<table_name>_table
    
  •  $ php artisan migrate
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published