arewebs/jet-vuetify
JetVuetify
Introduction
This package is designed using Vuetify to use the power of material desings, in the starter kit for Laravel Jetstream using Inertia scaffolding.
Installing JetVuetify
You may use Composer to install this package in your fresh Jetstream installation:
composer require arewebs/jet-vuetify
The package will automatically register a service provider.
After installing the package, you can run the jet-vuetify:install Artisan command. In addition, you can use the --teams parameter to activate the team management ui.
Installation
php artisan jet-vuetify:install
Installation with teams
php artisan jet-vuetify:install --teams
Finalizing The Installation
After installing JetVuetify, you should install and build your NPM dependencies:
npm install
npm run dev
License
JetVuetify is open-sourced software licensed under the MIT license.
Related Packages
A Jaren-UI compatible Livewire component library for Laravel — 50+ components, d...
A Filament plugin that makes table headers stick when scrolling down for better...
A comprehensive modal dialog system for FilamentPHP with progress bars, callback...
An elegant Laravel scaffolding for your next single-page application.
Thin Livewire + Flux web UI for laranail/db-console — all UI, zero business logi...