- Clone the repository
- Run
cd /to/your/path
. - Run
composer install
. - Run
npm install
. - Create a
.env
file and use the.env.example
to create it - Use
php artisan key:generate
- Launch your app
We hesitate to use a simple .sql file or the migration offer by Laravel, but when the client say we are not sure about the database and we certainly need to update him later, at this moment we choose the migration for more scalability.
For install the database, you need to create your database (with the name in your .env
file).
- Run
composer dump-autoload
. - Run
php artisan migrate:refresh --seed
.- Only if the last command make an error.
- Run
php artisan migrate
. - Run
php artisan db:seed
.
- Jerome Chevillat
- Marc Atallah
Current version : 0.7.2