PHPackages                             ibnu-ja/jetstream-quasar - 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. ibnu-ja/jetstream-quasar

ActiveLibrary

ibnu-ja/jetstream-quasar
========================

Laravel Jetstream Inertia.js + Vite + Vuetify

19Vue

Since Apr 5Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

jetstream-quasar
================

[](#jetstream-quasar)

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/jetstream-quasar

```

After installing, run artisan command:

```
php artisan jetstream-quasar:install

```

or with teams

```
php artisan jetstream-quasar: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

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity26

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-jetstream-quasar/health.svg)

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

PHPackages © 2026

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