A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean
dalholm/laravel-vuetify-spa-admin is a Laravel package for a simple lightweight admin template based on laravel and vuetifyjs. simple and clean.
It currently has 20 GitHub stars and 180 downloads on Packagist (latest version 1.0.2).
Install it with composer require dalholm/laravel-vuetify-spa-admin.
Discover more Laravel packages by dalholm
or browse all Laravel packages to compare alternatives.
Last updated
Use Laravel, sanctum, SPA repo instead!!
A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean
git clone [email protected]:dalholm/laravel-vuetify-spa-admin.gitcd laravel-vuetify-spa-admincp .env.example .env.env and set your database connection detailscomposer installphp artisan key:generate && php artisan jwt:secretphp artisan migratenpm install / yarncomposer create-project dalholm/laravel-vuetify-spa-admin && cd laravel-vuetify-spa-adminnpm 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.