PHPackages                             grpaiva/jetstream-flux - 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. [Templating &amp; Views](/categories/templating)
4. /
5. grpaiva/jetstream-flux

ActiveLibrary[Templating &amp; Views](/categories/templating)

grpaiva/jetstream-flux
======================

A Laravel package to integrate Jetstream views with Flux UI.

v1.0.6(1y ago)61851[2 issues](https://github.com/grpaiva/jetstream-flux/issues)MITBladePHP ^8.2

Since Oct 4Pushed 1y ago2 watchersCompare

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

READMEChangelogDependencies (4)Versions (8)Used By (0)

> **Note**
>
> This package is deprecated since Laravel 12's Livewire Starter Kit includes Flux UI by default.
>
> I recommend upgrading to Laravel 12, but you can still use it with Laravel 11 if you need to.

Jetstream Flux
==============

[](#jetstream-flux)

[![Latest Version on Packagist](https://camo.githubusercontent.com/666a61b85c0aaa371f9de749114aa2357208cf82e3049bc06c065b7975ce25f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f677270616976612f6a657473747265616d2d666c75782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/grpaiva/jetstream-flux)[![Total Downloads](https://camo.githubusercontent.com/c53972bd4ea87cb294ddcfea8280776a2b395903d0e83011956b8b3ce48770d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f677270616976612f6a657473747265616d2d666c75782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/grpaiva/jetstream-flux)

Jetstream Flux is a Laravel package that seamlessly integrates [FluxUI](https://fluxui.dev) components into your Jetstream with Livewire starter kit views. Built to simplify and speed up Laravel applications creation, Jetstream Flux replaces Jetstream's default views with beautifully styled, consistent, and flexible FluxUI components.

This package is designed to provide developers with a Flux-powered interface, allowing them to spin up new Laravel applications with clean, concise, and reusable UI components from Flux.

**Note:** To use this package, you will need a Flux license.

Features
--------

[](#features)

- Publish Jetstream views styled with FluxUI components
- Provides a consistent design language throughout your Laravel app
- Easily customizable with both simple and composable components from Flux
- Includes all necessary views for authentication, profile management, teams, and more
- Options to publish the views under `resources/views/vendor` or replace Jetstream views directly in `resources/views`

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

[](#requirements)

This package requires the following:

```
{
    "php": "^8.2",
    "laravel/framework": "^11.0",
    "laravel/jetstream": "^5.2",
    "livewire/livewire": "^3.0",
    "flux/flux": "^1.0",
    "flux/flux-pro": "^1.0"
}
```

You'll need to have a Flux license to use this package.

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

[](#installation)

First, require the package using Composer:

```
composer require grpaiva/jetstream-flux
```

After installing the package, you'll need to publish the views. You can either publish them into the `resources/views/vendor/jetstream-flux` directory (default) or replace the existing Jetstream views.

Publish Views
-------------

[](#publish-views)

**Option 1: Default Mode (Vendor)**

This command will publish the FluxUI-based Jetstream views under `resources/views/vendor/jetstream-flux`:

```
php artisan jetstream-flux:publish --mode=vendor
```

**Option 2: Replace Mode (Overwrite Existing Views)**

This command will replace the existing Jetstream views directly in the `resources/views` directory:

```
php artisan jetstream-flux:publish --mode=replace
```

Available Views
---------------

[](#available-views)

The package publishes the following views, which are fully integrated with FluxUI components:

- `dashboard.blade.php`
- `navigation-menu.blade.php`
- **./api:**

    - `api-token-manager.blade.php`
    - `index.blade.php`
- **./auth:**

    - `confirm-password.blade.php`
    - `forgot-password.blade.php`
    - `login.blade.php`
    - `register.blade.php`
    - `reset-password.blade.php`
    - `two-factor-challenge.blade.php`
    - `verify-email.blade.php`
- **./components:**

    - `action-message.blade.php`
    - `action-section.blade.php`
    - `application-logo.blade.php`
    - `application-mark.blade.php`
    - `authentication-card-logo.blade.php`
    - `authentication-card.blade.php`
    - `banner.blade.php`
    - `confirms-password.blade.php`
    - `dropdown-link.blade.php`
    - `form-section.blade.php`
    - `section-border.blade.php`
    - `section-title.blade.php`
    - `switchable-team.blade.php`
    - `validation-errors.blade.php`
    - `welcome.blade.php`
- **./layouts:**

    - `app.blade.php`
    - `guest.blade.php`
- **./profile:**

    - `delete-user-form.blade.php`
    - `logout-other-browser-sessions-form.blade.php`
    - `show.blade.php`
    - `two-factor-authentication-form.blade.php`
    - `update-password-form.blade.php`
    - `update-profile-information-form.blade.php`
- **./teams:**

    - `create-team-form.blade.php`
    - `create.blade.php`
    - `delete-team-form.blade.php`
    - `show.blade.php`
    - `team-member-manager.blade.php`
    - `update-team-name-form.blade.php`

About FluxUI
------------

[](#about-fluxui)

FluxUI is a comprehensive set of UI components created by [Caleb Porzio](https://x.com/calebporzio) and [Hugo Sainte-Marie](https://x.com/ashugeo). It's built with simplicity, composability, and consistency in mind, allowing developers to easily create elegant and functional UI components. The principles of FluxUI include simplicity, composability, friendliness, and brevity, all aimed at improving the app-building experience.

To learn more about FluxUI, check out [FluxUI’s documentation](https://fluxui.dev/docs).

Screenshots
-----------

[](#screenshots)

The idea is indeed to look almost exactly like the default Jetstream views, but using FluxUI components.

### Login Page

[](#login-page)

[![login-min.png](images/login-min.png)](images/login-min.png)

### Registration Page

[](#registration-page)

[![registration-min.png](images/registration-min.png)](images/registration-min.png)

### Profile Settings

[](#profile-settings)

[![profile-min.png](images/profile-min.png)](images/profile-min.png)

### Team Settings

[](#team-settings)

[![team-settings-min.png](images/team-settings-min.png)](images/team-settings-min.png)

Contributing
------------

[](#contributing)

Feel free to contribute to the project by submitting issues or pull requests.

*This package is open-sourced software licensed under the MIT license.*

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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 ~28 days

Recently: every ~41 days

Total

7

Last Release

421d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1afda3240fe8b84a5569254cb6452d4925bba739e09561a2d2325516cbb30d6e?d=identicon)[grpaiva](/maintainers/grpaiva)

---

Top Contributors

[![grpaiva](https://avatars.githubusercontent.com/u/4790659?v=4)](https://github.com/grpaiva "grpaiva (25 commits)")

### Embed Badge

![Health badge](/badges/grpaiva-jetstream-flux/health.svg)

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

###  Alternatives

[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[orchid/blade-icons

An easy way inline SVG images in your Blade templates.

223.4M9](/packages/orchid-blade-icons)

PHPackages © 2026

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