Simple SPA blog in Laravel with Vue.js and MongoDB
Run migrations
php artisan migrate
Seed the database with a default user
php artisan db:seed
Email: admin@example.com
Password: password
Run server (after installing dependencies)
php artisan serve
npm run watch