PHPackages                             clarkeash/turbine - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. clarkeash/turbine

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

clarkeash/turbine
=================

A livewire flux starter kit

v3.0.0(1y ago)535[1 issues](https://github.com/clarkeash/turbine/issues)MITPHPPHP ^8.2

Since Nov 6Pushed 1y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (7)Versions (5)Used By (0)

 [![Turbine AI Generated Logo](/logo.png)](/logo.png)

Turbine
=======

[](#turbine)

Intro
-----

[](#intro)

Turbine is a starter kit for Laravel making use of [Livewire](https://livewire.laravel.com/) &amp; [Flux](https://fluxui.dev/), you can think of it as laravel breeze for livewire.

Warning

A paid flux pro account is required to use turbine, we do not ship any flux components with this package.

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

[](#installation)

### Create new laravel application

[](#create-new-laravel-application)

Install with no starter kit etc.

```
laravel new my-app
```

Install turbine

```
composer require clarkeash/turbine
```

Run installation command

```
php artisan turbine:install
php artisan migrate:fresh
```

Or with team support

```
php artisan turbine:install --teams
php artisan migrate:fresh
```

Build the assets

```
npm run build
```

Features
--------

[](#features)

- Login
- Registration
- Password Reset
- Logout
- Starter Dashboard
- Profile Settings
    - Update name, email
    - Update password
- Team Support
- Legal Pages
    - Privacy Policy (`/privacy`)
    - Terms of Service (`/terms`)

View the [screenshots](https://github.com/clarkeash/turbine/tree/main/screenshots)

Team Support
------------

[](#team-support)

We handle team support a little differently to things like laravel jetstream, we don't support users being on multiple teams, so we just have a `team_id` on the user table. We support the following team features:

- Inviting users to a team
- Removing users from a team
- Editing the user details on a team
- Updating the team name
- We have team roles (admin, editor, viewer) which you can customise (see `app/Enums/Role`), we dont assign any permissions or checks for these roles.

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

[](#screenshots)

[![](screenshots/login.png?raw=true)](screenshots/login.png?raw=true)[![](screenshots/register.png?raw=true)](screenshots/register.png?raw=true)[![](screenshots/password-reset.png?raw=true)](screenshots/password-reset.png?raw=true)[![](screenshots/dashboard.png?raw=true)](screenshots/dashboard.png?raw=true)[![](screenshots/profile-settings.png?raw=true)](screenshots/profile-settings.png?raw=true)[![](screenshots/team.png?raw=true)](screenshots/team.png?raw=true)Inspiration
-----------

[](#inspiration)

- [Laravel Breeze](https://github.com/laravel/breeze)
- [Fission Starter Kit](https://github.com/joshcirre/fission) by Josh Cirre

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance40

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

439d ago

Major Versions

v1.0.0 → v2.0.02024-11-17

v2.0.0 → v3.0.02025-02-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/4aa56557de1c571ed78fb23fda585f3fd461425339df673fb293c609a6719c81?d=identicon)[clarkeash](/maintainers/clarkeash)

---

Top Contributors

[![clarkeash](https://avatars.githubusercontent.com/u/1612186?v=4)](https://github.com/clarkeash "clarkeash (21 commits)")

---

Tags

fluxlaravellivewirestarter-kitlaravelauthfluxlivewire

### Embed Badge

![Health badge](/badges/clarkeash-turbine/health.svg)

```
[![Health](https://phpackages.com/badges/clarkeash-turbine/health.svg)](https://phpackages.com/packages/clarkeash-turbine)
```

###  Alternatives

[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M145](/packages/laravel-breeze)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M597](/packages/laravel-ui)[livewire/flux

The official UI component library for Livewire.

9385.0M85](/packages/livewire-flux)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[tapansharma/breeze-svelte

Minimal Laravel authentication scaffolding with Svelte and Tailwind.

321.2k](/packages/tapansharma-breeze-svelte)

PHPackages © 2026

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