Laravel and Vue.js application ##Project setup Copy .env.example file to .env and edit Database credentials there Run composer install Run php artisan key:generate Run php artisan migrate Run npm install Run npm run watch