LaravelPackages.net
Acme Inc.
Toggle sidebar
dalholm/laravel-vuetify-spa-admin

A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean

180
20
1.0.2
About dalholm/laravel-vuetify-spa-admin

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

Total Downloads Latest Stable Version

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

# 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.

Star History Chart