Larangular is a tutorial application.
The french tutorial is there.
git clone https://github.com/bestmomo/larangular.git projectnamecd projectnamecomposer installphp artisan key:generate- Create a database and inform .env (remove .example)
php artisan migrateto create tablesphp artisan db:seedto populate tables