Skip to content

ibnu-ja/jetify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetify

Introduction

This package is designed using Vuetify to use the power of material desings, in the starter kit for Laravel Jetstream using Inertia scaffolding and replace Laravel Mix with Vite using Laravel Vite presets. Inspired by Jet-Vuetify

Installation

Use only with fresh Laravel 8/9 installation

First, use composer to install this package

composer require ibnu-ja/jetify

After installing, run artisan command:

php artisan jetify:install

or with teams

php artisan jetify:install --teams

Finalizing Installation

Install Node dependencies and do database migration

npm install
# or with yarn
yarn install
php artisan migrate

Publish Laravel-Vite configuration

php artisan vendor:publish --tag=vite-config

Then, serve the application

npm run dev
# or with yarn
yarn dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published