LumenVue is a tutorial application.
git clone https://github.com/bestmomo/lumenvue.git projectname
cd projectname
composer install
- Create a database and inform .env (remove .example)
php artisan migrate
to create tablesphp artisan db:seed
to populate tables