Use Laravel, sanctum, SPA repo instead!!
A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean
- Laravel 5.7 + Vue + Vue Router + Vuex
- Frontend built with Vuetify UI framework
- Pages with custom layouts
- Examples for login, register and password reset
- Client-side form validation with VeeValidate
- Integration with vform
- Authentication with JWT
- Webpack with laravel-mix
git clone [email protected]:dalholm/laravel-vuetify-spa-admin.git
cd laravel-vuetify-spa-admin
cp .env.example .env
- Edit
.env
and set your database connection details composer install
php artisan key:generate && php artisan jwt:secret
php artisan migrate
npm install
/yarn
composer create-project dalholm/laravel-vuetify-spa-admin && cd laravel-vuetify-spa-admin
npm install
/yarn
# build and watch
npm run watch
# serve with hot reloading
npm run hot
npm run production
Please see CHANGELOG for more information what has changed recently.