Install Laravel application in 4 steps

If you download a Laravel application (e.g. from GitHub) this doen’t contain the Laravel framework and other bundles.
You can deploy it in few steps on your development pc.

1, Use this console command at  main folder:   > composer update

2, Set database connection : /app/config/database.php

3, Use this console command at  main folder:php artisan migrate

4, Than: php artisan db:seed

 

 

 

Blogbook : PHP | Javascript | Laravel | Corcel | CodeIgniter | VueJs | ReactJs | WordPress