arewebs/jet-vuetify

Frontend UI package made with Vuetify for Laravel Jetstream with Inertia scaffolding.
67 1
Install
composer require arewebs/jet-vuetify
Latest Version:v0.0.0
License:MIT
Last Updated:Feb 12, 2021
Links: GitHub  ·  Packagist
Maintainer: AreWebs

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

leenuxus/jarenui

A Jaren-UI compatible Livewire component library for Laravel — 50+ components, d...

13 0
watheqalshowaiter/filament-sticky-table-header

A Filament plugin that makes table headers stick when scrolling down for better...

68,591 36
maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1
titasgailius/laravel-moonlight

An elegant Laravel scaffolding for your next single-page application.

6,574 142
laranail/db-console-webui

Thin Livewire + Flux web UI for laranail/db-console — all UI, zero business logi...

4 0