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

ActiveProject[Framework](/categories/framework)

andybarilla/livewire-starter-kit
================================

Another Laravel starter kit for Livewire from Andy Barilla.

v1.0.0(3mo ago)01MITBladePHP ^8.4CI passing

Since Jan 22Pushed 3mo agoCompare

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

READMEChangelog (1)Dependencies (17)Versions (2)Used By (0)

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

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

A Laravel starter kit with Livewire, Flux UI, Fortify authentication, and Horizon queue management.

What's Included
---------------

[](#whats-included)

- **Laravel 12** - The latest Laravel framework
- **Livewire 4** - Full-stack framework for Laravel
- **Flux UI** - Tailwind CSS component library for Livewire
- **Laravel Fortify** - Headless authentication backend
- **Laravel Horizon** - Redis queue dashboard
- **Tailwind CSS 4** - Utility-first CSS framework
- **Pest** - Testing framework
- **Pint** - Code style fixer
- **Larastan** - Static analysis

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

[](#installation)

### Using the Laravel Installer

[](#using-the-laravel-installer)

```
laravel new my-app --using=github:andybarilla/laravel-starter-kit
```

After installation, install frontend dependencies and build assets:

```
cd my-app
npm install
npm run build
```

### Manual Installation

[](#manual-installation)

```
git clone https://github.com/andybarilla/laravel-starter-kit.git my-app
cd my-app
composer install
cp .env.example .env
php artisan key:generate
touch database/database.sqlite
php artisan migrate
npm install
npm run build
```

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

[](#development)

Start the development server with all services:

```
composer run dev
```

This runs concurrently:

- Laravel development server
- Queue worker
- Pail log viewer
- Vite dev server

Or run services individually:

```
php artisan serve      # Laravel server
npm run dev            # Vite dev server
php artisan queue:work # Queue worker
```

Testing
-------

[](#testing)

```
php artisan test
```

Code Quality
------------

[](#code-quality)

```
# Fix code style
composer run lint

# Static analysis
./vendor/bin/phpstan analyse
```

Horizon (Queue Dashboard)
-------------------------

[](#horizon-queue-dashboard)

Horizon requires Redis. Configure your Redis connection in `.env`:

```
QUEUE_CONNECTION=redis
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
```

Access the dashboard at `/horizon`.

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance85

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85beb911989336357f6d490b92c4d45eb375f460399f6760ab9a11a0af3b6bcf?d=identicon)[andybarilla](/maintainers/andybarilla)

---

Top Contributors

[![andybarilla](https://avatars.githubusercontent.com/u/5983808?v=4)](https://github.com/andybarilla "andybarilla (13 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)

PHPackages © 2026

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