laravel-vuetify-spa-admin maintained by dalholm
Description
A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean
Author
Last update
2023/01/07 08:07
(dev-dependabot/npm_and_yarn/json5-and-laravel-mix-and-loader-utils-1.0.2)
License
Downloads
180
Tags
admin - template - boilerplate - laravel - frontend - spa - material-design - vue - vuetify - vuetifyjs
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.