Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 331 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 331 Bytes

Blog

Simple SPA blog in Laravel with Vue.js and MongoDB

Setup

Run migrations

php artisan migrate

Seed the database with a default user

php artisan db:seed
Email: [email protected]
Password: password

Run server (after installing dependencies)

php artisan serve
npm run watch