You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy .env.example file to .env and edit Database credentials there
Run composer install
Run php artisan key:generate
Run php artisan migrate
Run php artisan db:seed [Optional]
Run npm install
Run npm run watch
Run php artisan serve
About
It's a small Blog project using Laravel and Vue.js Framework also used libraries like Vuex, Moment js. Here Admin part is a Single Page Web Application (SPA).