A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean!
LVA (Laravel Vuetifyjs Admin SPA) is a simple lightweight admin template that is based on Laravel and Vuetifyjs. It provides a clean and customizable interface for building admin dashboards.
To install LVA, follow these steps:
git clone git@github.com:dalholm/laravel-vuetify-spa-admin.gitcd laravel-vuetify-spa-admin.env.example file to .env: cp .env.example .env.env file and set your database connection detailscomposer installphp artisan key:generate && php artisan jwt:secretphp artisan migratenpm install or yarnLVA is a lightweight admin template that leverages the power of Laravel and Vuetifyjs to provide a simple and clean interface for building admin dashboards. It offers features such as custom layouts, form validation, and authentication integration. The installation process is straightforward and can be completed by following a few simple steps.