PHPackages                             jonnx/laravel-jetstream-flux-ui - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jonnx/laravel-jetstream-flux-ui

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jonnx/laravel-jetstream-flux-ui
===============================

1.0.0(5mo ago)07.6k—0.7%MITBlade

Since Dec 11Pushed 5mo agoCompare

[ Source](https://github.com/Jonnx/laravel-jetstream-flux-ui)[ Packagist](https://packagist.org/packages/jonnx/laravel-jetstream-flux-ui)[ RSS](/packages/jonnx-laravel-jetstream-flux-ui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (2)Used By (0)

Laravel Jetstream Flux UI
=========================

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

A Laravel package that provides a service provider to publish a set of pre-defined UI views for rapid prototyping or scaffolding.

Requirements
------------

[](#requirements)

This package is built on top of existing Laravel eco system packages.

- Laravel Livewire
- Laravel Jetstream (with Livewire Stack)
- FluxUI Pro (paid license)

Future Improvements
-------------------

[](#future-improvements)

- Evaluate possibility to remove the need for paid flux license.

Quick Start
-----------

[](#quick-start)

```
composer require laravel/jetstream \
&& php artisan jetstream:install livewire --teams --dark \
&& npm install \
&& npm run build \
&& php artisan migrate:fresh \
&& composer require jonnx/laravel-jetstream-flux-ui \
&& php artisan vendor:publish --tag=jetstream-flux-ui-views --force \
&& php artisan vendor:publish --tag=jetstream-flux-ui-build-config --force \
&& npm remove tailwindcss \
&& npm add tailwindcss --include=dev \
&& npm add @tailwindcss/postcss --include=dev \
&& php artisan flux:activate \
&& npm run build

```

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

[](#installation)

1. Require the package in your Laravel project (if published to a repository): ```
    composer require jonnx/laravel-jetstream-flux-ui
    ```
2. The service provider is auto-discovered via Laravel's package discovery.

Publishing Views
----------------

[](#publishing-views)

To publish the package's views to your application's `resources/views/vendor/jetstream-flux-ui` directory, run:

```
php artisan vendor:publish --tag=jetstream-flux-ui-views
```

Global Helper: `initials()`
---------------------------

[](#global-helper-initials)

This package provides a globally available helper function called `initials()`. You can use it in your Blade templates or anywhere in your application to get the uppercase initials of a string:

```
{{ initials('Jane Doe') }}
```

After publishing, you can customize the views in your application's `resources/views/vendor/jetstream-flux-ui` directory as needed.

Example
-------

[](#example)

A sample view is included:

```
resources/views/vendor/jetstream-flux-ui/example.blade.php

```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance72

Regular maintenance activity

Popularity25

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

158d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/223ceec567c8ac8fba483b2c9d52f538ea0d9a1cb02a90dc5d75e933df164663?d=identicon)[Jonnx](/maintainers/Jonnx)

---

Top Contributors

[![Jonnx](https://avatars.githubusercontent.com/u/1399475?v=4)](https://github.com/Jonnx "Jonnx (64 commits)")

### Embed Badge

![Health badge](/badges/jonnx-laravel-jetstream-flux-ui/health.svg)

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

###  Alternatives

[usamamuneerchaudhary/commentify

Easy Laravel Livewire Comments with TailwindCSS UI

23214.3k](/packages/usamamuneerchaudhary-commentify)[ympact/flux-icons

A package to provide icons from different vendors for Livewire Flux.

116.2k](/packages/ympact-flux-icons)

PHPackages © 2026

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