Download the PHP package dalholm/laravel-vuetify-spa-admin without Composer
On this page you can find all versions of the php package dalholm/laravel-vuetify-spa-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-vuetify-spa-admin
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 [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
composer create-project dalholm/laravel-vuetify-spa-admin && cd laravel-vuetify-spa-admin
npm install
/yarn
Usage
Development
Production
Changelog
Please see CHANGELOG for more information what has changed recently.
All versions of laravel-vuetify-spa-admin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
fideloper/proxy Version ~4.0
laravel/framework Version 5.7.*
laravel/tinker Version ~1.0
tymon/jwt-auth Version dev-develop
fideloper/proxy Version ~4.0
laravel/framework Version 5.7.*
laravel/tinker Version ~1.0
tymon/jwt-auth Version dev-develop
The package dalholm/laravel-vuetify-spa-admin contains the following files
Loading the files please wait ....