laravel-spa-starter-kit maintained by dalholm
Update
Use Laravel, sanctum, SPA repo instead!!
Laravel Vuejs SPA Starter Kit
This project is a simple lightweight SPA admin template based on laravel and vuejs. It's quick to get started.
Features
- Laravel 5.7
- Vue + VueRouter + Vuex + VueI18n + ESlint
- Pages with dynamic import and custom layouts
- Login, register and password reset
- Authentication with JWT
- Socialite integration
- Bootstrap 4 + Font Awesome 5
Installation
- run
composer create-project dalholm/laravel-spa-starter-kit - Edit
.envand set your database connection details - run
php artisan key:generateandphp artisan jwt:secret php artisan migratenpm installoryarn
Usage
Development
# build and watch
npm run watch
# serve with hot reloading
npm run hot
Production
npm run production
Thanks
This repo was based on cretueusebiu/laravel-vue-spa