PHPackages                             seito-developer/laravel-livewire-v3-starterkit - 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. [Framework](/categories/framework)
4. /
5. seito-developer/laravel-livewire-v3-starterkit

ActiveProject[Framework](/categories/framework)

seito-developer/laravel-livewire-v3-starterkit
==============================================

A Laravel 12 starter kit with Livewire v3, Flux UI, Tailwind CSS v4, Fortify authentication, and Docker Sail.

027↓50%BladeCI passing

Since Mar 26Pushed 3mo agoCompare

[ Source](https://github.com/seito-developer/laravel-livewire-v3-starter-kit)[ Packagist](https://packagist.org/packages/seito-developer/laravel-livewire-v3-starterkit)[ RSS](/packages/seito-developer-laravel-livewire-v3-starterkit/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Livewire v3 Starter Kit
===============================

[](#laravel-livewire-v3-starter-kit)

A Laravel 12 starter kit featuring **Livewire v3** (pinned), Flux UI, Tailwind CSS v4, Fortify authentication with 2FA, and Docker Sail with PostgreSQL.

Stack
-----

[](#stack)

- **Laravel 12** — PHP framework
- **Livewire v3** — Full-stack reactive components (pinned to v3)
- **Flux UI** — Component library for Livewire (paid license required)
- **Tailwind CSS v4** — Utility-first CSS framework
- **Laravel Fortify** — Authentication backend (login, register, password reset, 2FA)
- **Laravel Sail** — Docker-based development environment (PostgreSQL)
- **Pest** — Testing framework

Features
--------

[](#features)

- Login / Register / Forgot Password / Email Verification
- Two-factor authentication (2FA)
- Dashboard
- Profile settings (name, email)
- Password change
- Appearance preferences (dark mode)
- Account deletion

---

Prerequisites
-------------

[](#prerequisites)

> **Flux UI requires a paid license.** Without valid Flux credentials, `composer create-project` will fail.

1. PHP 8.2+
2. Composer
3. Node.js 20+ and npm
4. **A valid Flux UI license** — purchase at

### Configure Flux credentials

[](#configure-flux-credentials)

Before installing, add your Flux credentials to your global Composer auth:

```
composer config --global http-basic.composer.fluxui.dev your@email.com your-license-key
```

---

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

[](#quick-start)

```
laravel new my-app --using=seito-developer/laravel-livewire-v3-starterkit
```

This will:

1. Download the template
2. Copy `.env.example` to `.env`
3. Generate an app key
4. Create a SQLite database and run migrations

Your app is ready at `http://localhost:8000` after running:

```
cd my-app
composer dev
```

---

Switching to PostgreSQL with Sail
---------------------------------

[](#switching-to-postgresql-with-sail)

The default installation uses SQLite. To switch to Docker Sail with PostgreSQL:

1. Install Docker Desktop
2. Install Sail: ```
    php artisan sail:install
    ```
3. Update `.env` — uncomment and set the PostgreSQL values: ```
    DB_CONNECTION=pgsql
    DB_HOST=pgsql
    DB_PORT=5432
    DB_DATABASE=laravel
    DB_USERNAME=sail
    DB_PASSWORD=password

    ```
4. Start Sail and run migrations: ```
    ./vendor/bin/sail up -d
    ./vendor/bin/sail artisan migrate
    ```

---

Development
-----------

[](#development)

```
composer dev
```

This runs concurrently:

- `php artisan serve` — HTTP server
- `php artisan queue:listen` — Queue worker
- `php artisan pail` — Log viewer
- `npm run dev` — Vite asset bundler

---

Testing
-------

[](#testing)

```
composer test
```

---

License
-------

[](#license)

MIT

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance55

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2d120c36a7ab3f037eb3fd594bd34ab370d86b835ce31a26602ca51a4824c0c?d=identicon)[seito-developer](/maintainers/seito-developer)

---

Top Contributors

[![seito-developer](https://avatars.githubusercontent.com/u/59995348?v=4)](https://github.com/seito-developer "seito-developer (9 commits)")

### Embed Badge

![Health badge](/badges/seito-developer-laravel-livewire-v3-starterkit/health.svg)

```
[![Health](https://phpackages.com/badges/seito-developer-laravel-livewire-v3-starterkit/health.svg)](https://phpackages.com/packages/seito-developer-laravel-livewire-v3-starterkit)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M831](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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