Skip to content

xillonz/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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: admin@example.com
Password: password

Run server (after installing dependencies)

php artisan serve
npm run watch

About

Simple blog app in Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published