PHPackages                             adrelliott/livewire-starter-kit - 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. adrelliott/livewire-starter-kit

ActiveProject[Framework](/categories/framework)

adrelliott/livewire-starter-kit
===============================

A VERY opinionated Laravel LIVEWIRE starter kit for Livewire (with most of the stuff ripped out!).

00Blade

Since Feb 27Pushed 2mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Starter Kit
===================

[](#laravel-starter-kit)

A modern Laravel starter kit with Livewire 4, Flux UI, and Fortify authentication pre-configured.

Stack
-----

[](#stack)

- **Laravel 12** — PHP framework
- **Livewire 4** — Reactive PHP components
- **Flux UI** — Component library for Livewire
- **Fortify** — Headless authentication
- **Pest** — Testing framework
- **Pint** — Code formatter
- **Tailwind CSS v4** — Utility-first CSS

Features
--------

[](#features)

- Authentication scaffolding (login, register, password reset, email verification, 2FA)
- Settings pages (profile, password, appearance, 2FA, delete account)
- Responsive sidebar layout with Flux UI components
- Dark mode support
- SPA-like navigation with Livewire's `wire:navigate`

Getting Started
---------------

[](#getting-started)

1. Clone the repository
2. Copy `.env.example` to `.env`
3. Install dependencies: ```
    composer install
    npm install
    ```
4. Generate application key: ```
    php artisan key:generate
    ```
5. Run migrations: ```
    php artisan migrate
    ```
6. Seed the database (optional): ```
    php artisan db:seed
    ```
7. Build assets: ```
    npm run build
    ```
8. Start the development server: ```
    php artisan serve
    ```

Testing
-------

[](#testing)

```
php artisan test
```

Code Style
----------

[](#code-style)

This project uses Pint for code formatting:

```
vendor/bin/pint
```

Project Structure
-----------------

[](#project-structure)

```
app/
├── Actions/Fortify/     # Fortify action classes
├── Livewire/            # Livewire components
├── Models/Core/         # Core models (User)
Providers/              # Service providers

resources/views/
├── components/         # Blade components
├── layouts/            # Layout files (app, auth, public)
├── pages/
│   ├── app/           # Authenticated app pages
│   ├── auth/          # Authentication pages
│   └── settings/      # Settings pages

```

Customization
-------------

[](#customization)

- **App Name**: Update `config/app.php` or set `APP_NAME` in `.env`
- **Layout**: Edit `resources/views/layouts/app.blade.php`
- **Navigation**: Add items in the sidebar of `app.blade.php`

License
-------

[](#license)

MIT

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance61

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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/88e4084d50104bd952c6089caf6fc2d3a8e584ebab10192d86124387935a204d?d=identicon)[adrelliott](/maintainers/adrelliott)

---

Top Contributors

[![adrelliott](https://avatars.githubusercontent.com/u/2983813?v=4)](https://github.com/adrelliott "adrelliott (9 commits)")

### Embed Badge

![Health badge](/badges/adrelliott-livewire-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/adrelliott-livewire-starter-kit/health.svg)](https://phpackages.com/packages/adrelliott-livewire-starter-kit)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M119](/packages/cakephp-chronos)

PHPackages © 2026

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