PHPackages                             kamona/kui-laravel-jetstream - 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. [Admin Panels](/categories/admin)
4. /
5. kamona/kui-laravel-jetstream

ActiveLibrary[Admin Panels](/categories/admin)

kamona/kui-laravel-jetstream
============================

Different UI for laravel/jetstream

0.2.0(3y ago)659.7k↑16.1%12[5 issues](https://github.com/Kamona-WD/kui-laravel-jetstream/issues)[1 PRs](https://github.com/Kamona-WD/kui-laravel-jetstream/pulls)MITVuePHP ^7.3|^8.0

Since Nov 2Pushed 3y ago6 watchersCompare

[ Source](https://github.com/Kamona-WD/kui-laravel-jetstream)[ Packagist](https://packagist.org/packages/kamona/kui-laravel-jetstream)[ Docs](https://github.com/Kamona-WD/kui-laravel-jetstream)[ RSS](/packages/kamona-kui-laravel-jetstream/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

K UI Laravel Jetstream
======================

[](#k-ui-laravel-jetstream)

Different UI for [larave/jetstream](https://github.com/laravel/jetstream).

[![License](https://camo.githubusercontent.com/7843dc1e20d11cf4ca4d52304747a91f7016c555c2411f4d2449414c26fa2b55/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4b616d6f6e612d57442f6b75692d6c61726176656c2d6a657473747265616d)](https://github.com/Kamona-WD/kui-laravel-jetstream/blob/main/LICENSE.md)[![Releases](https://camo.githubusercontent.com/8d5e1edab9e8304a523df630b1f22b934fff6fdf55bc18f3830f465d884147d1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4b616d6f6e612d57442f6b75692d6c61726176656c2d6a657473747265616d)](https://github.com/Kamona-WD/kui-laravel-jetstream/releases)[![Stars](https://camo.githubusercontent.com/ad9af1f6ef1bef6e42b150663733c61771b3481e8bb86ef9be3a65bbee4b47f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4b616d6f6e612d57442f6b75692d6c61726176656c2d6a657473747265616d)](https://github.com/Kamona-WD/kui-laravel-jetstream/stargazers)[![Total Downloads](https://camo.githubusercontent.com/aa05ef50d1fff8f5e510ca0a40c36c949decca7c6bda6359a01d2376445c8810/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b616d6f6e612f6b75692d6c61726176656c2d6a657473747265616d2e737667)](https://packagist.org/packages/kamona/kui-laravel-jetstream)

#### [Breeze Version](https://github.com/Kamona-WD/kui-laravel-breeze)

[](#breeze-version)

> We recommend installing this package on a project that you are starting from scratch.

#### Usage

[](#usage)

> NOTE: It doesn't matter if you use `vitejs` or `laravel-mix`, it will work in both cases.

1. Fresh install Laravel &gt;= 8.0 and `cd` to your app.
2. Install laravel/jetstream

```
composer require laravel/jetstream

# after finish run this command

php artisan jetstream:install livewire --teams
```

3. Install kamona/kui-laravel-jetstream

```
composer require kamona/kui-laravel-jetstream --dev

# after finish run this command

# This package will detect if your project use vitejs or not by check if vite.config.js exist or not.
php artisan kui-jetstream:replace livewire --teams
# available stacks (livewire,inertia).
# So if you run `php artisan jetstream:install inertia` you can run `php artisan kui-jetstream:replace inertia`

# then
npm install && npm run dev # or yarn && yarn dev
```

4. Configure your database.
5. Run `php artisan migrate`.
6. `php artisan serve`.

> Do not forget to change `APP_URL` in `.env` file and run `php artisan storage:link` if you want to enable `manageProfilePicture` feature.

#### Navigation

[](#navigation)

You will found sidebar links in:

- livewire: `resources/views/components/sidebar/content.blade.php`.
- inertia: `resources/js/Components/Sidebar/SidebarContent.vue`

#### Screens

[](#screens)

[![Shocase 1](screens/r-light.png)](screens/r-light.png)[![Shocase 2](screens/l-dark.png)](screens/l-dark.png)[![Shocase 3](screens/d-light.png)](screens/d-light.png)[![Shocase 4](screens/d-dark.png)](screens/d-dark.png)[![Shocase 5](screens/t-light.png)](screens/t-light.png)[![Shocase 6](screens/t-dark.png)](screens/t-dark.png)[![Shocase 7](screens/api-light.png)](screens/api-light.png)[![Shocase 8](screens/api-dark.png)](screens/api-dark.png)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~63 days

Total

5

Last Release

1452d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b63de7e82bfbc5bca3c73bccdd9fad0704bd8130a0378818f04b3033b1d8a6e1?d=identicon)[kamona](/maintainers/kamona)

---

Top Contributors

[![Kamona-WD](https://avatars.githubusercontent.com/u/57622665?v=4)](https://github.com/Kamona-WD "Kamona-WD (14 commits)")

---

Tags

inertiajsjetstream-laravellaravellaravel-authlivewireuilaraveluilivewiredashboardinertiajstailwindcssjetstreamalpinejs

### Embed Badge

![Health badge](/badges/kamona-kui-laravel-jetstream/health.svg)

```
[![Health](https://phpackages.com/badges/kamona-kui-laravel-jetstream/health.svg)](https://phpackages.com/packages/kamona-kui-laravel-jetstream)
```

###  Alternatives

[riodwanto/superduper-filament-starter-kit

A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development

2798.6k](/packages/riodwanto-superduper-filament-starter-kit)[kamona/kui-laravel-breeze

Different UI for laravel/breeze

33735.6k2](/packages/kamona-kui-laravel-breeze)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

246.4k](/packages/andreia-filament-ui-switcher)

PHPackages © 2026

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