PHPackages                             ibnu-ja/jetify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ibnu-ja/jetify

ActiveLibrary[Framework](/categories/framework)

ibnu-ja/jetify
==============

Laravel Jetstream Inertia.js + Vite + Vuetify

14Vue

Since Feb 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ibnu-ja/jetify)[ Packagist](https://packagist.org/packages/ibnu-ja/jetify)[ RSS](/packages/ibnu-ja-jetify/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

jetify
======

[](#jetify)

Introduction
------------

[](#introduction)

This package is designed using [Vuetify](https://vuetifyjs.com) to use the power of material desings, in the starter kit for Laravel [Jetstream](https://jetstream.laravel.com) using [Inertia](https://jetstream.laravel.com/2.x/stacks/inertia.html) scaffolding and replace Laravel Mix with Vite using [Laravel Vite](https://github.com/innocenzi/laravel-vite) presets. Inspired by [Jet-Vuetify](https://github.com/AreWebs/Jet-Vuetify)

Installation
------------

[](#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
-----------------------

[](#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

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/28abc994dbe941b1703412c72150e8919b79fa0bbe834b8437e6177b63dc7050?d=identicon)[ibnu-ja](/maintainers/ibnu-ja)

### Embed Badge

![Health badge](/badges/ibnu-ja-jetify/health.svg)

```
[![Health](https://phpackages.com/badges/ibnu-ja-jetify/health.svg)](https://phpackages.com/packages/ibnu-ja-jetify)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
