A Laravel-Vue SPA starter project template.
- Laravel 5.5 + Vue + Vue Router + Vuex
- Pages with custom layouts
- Examples for login, register and password reset
- Integration with vform
- Authentication with JWT
- Webpack with laravel-mix
- SVG icons with svg-sprite-loader
git clone https://github.com/cretueusebiu/laravel-vue-spa.gitcd laravel-vue-spacp .env.example .envcomposer installphp artisan key:generatephp artisan jwt:secret- Edit
.envand set your database connection details php artisan migratenpm install/yarn
# build and watch
npm run watch
# serve with hot reloading
npm run hotnpm run productionPlease see CHANGELOG for more information what has changed recently.