LumenVue is a tutorial application.
git clone https://github.com/bestmomo/lumenvue.git projectnamecd projectnamecomposer install- Create a database and inform .env (remove .example)
php artisan migrateto create tablesphp artisan db:seedto populate tables