Simple Laravel + Vue application in relation with the course: https://laravel.sillo.org/vue-js/
git clone
composer install
Create .env file and add database configuration
php artisan migrate:fresh --seed
php artisan serve
You can login with any email displayed on the list using the password "password"
npm install
php artisan serve (if not already running)
npm run watch
edit files as you wish