#Laravel Guide
- Clone the source code to local repository
- Add
.env
file to the project root - Change the db attributes (user name and password)
- Go to project root folder
- From inside the root run
composer install
- From inside the root run
npm install
- From inside the root run
npm run dev
- From inside the root run
php artisan migrate --seed
- Run
php artisan serve