dalholm / laravel-vuetify-spa-admin
A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean
Package info
github.com/dalholm/laravel-spa-vuetify-starter
Type:project
pkg:composer/dalholm/laravel-vuetify-spa-admin
1.0.2
2019-03-18 08:10 UTC
Requires
- php: >=7.1.3
- fideloper/proxy: ~4.0
- laravel/framework: 5.7.*
- laravel/tinker: ~1.0
- tymon/jwt-auth: dev-develop
Requires (Dev)
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- laravel/dusk: ~3.0
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2026-06-07 13:58:40 UTC
README
Update
Use Laravel, sanctum, SPA repo instead!!
LVA Laravel Vuetifyjs Admin SPA
A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean
Screenshot
Features
- 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
Installation
git clone git@github.com:dalholm/laravel-vuetify-spa-admin.gitcd laravel-vuetify-spa-admincp .env.example .env- Edit
.envand set your database connection details composer installphp artisan key:generate && php artisan jwt:secretphp artisan migratenpm install/yarn
Composer
composer create-project dalholm/laravel-vuetify-spa-admin && cd laravel-vuetify-spa-adminnpm install/yarn
Usage
Development
# build and watch npm run watch # serve with hot reloading npm run hot
Production
npm run production
Changelog
Please see CHANGELOG for more information what has changed recently.