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

ActiveProject[Framework](/categories/framework)

marekmiklusek/livewire-starter-kit
==================================

A type-safe Laravel Livewire starter kit

v1.2.1(1mo ago)13MITPHPPHP ^8.4.0CI passing

Since Jan 23Pushed 1mo agoCompare

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

READMEChangelog (3)Dependencies (36)Versions (11)Used By (0)

[![image](https://private-user-images.githubusercontent.com/112761697/541593828-79004875-1263-4dd3-909f-439d815dbce3.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU0Mzc5MzAsIm5iZiI6MTc3NTQzNzYzMCwicGF0aCI6Ii8xMTI3NjE2OTcvNTQxNTkzODI4LTc5MDA0ODc1LTEyNjMtNGRkMy05MDlmLTQzOWQ4MTVkYmNlMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwNlQwMTA3MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ZTU2MTU1NTI5MjBjMTEzNTgzZTQzOWUxNzhiNzMyYThlZmMzN2M0NWY1OTFhZTM1MTMzMWFiOGQyNTEwYzE4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.GjHoQPw1881XGQLPQ9ZzV6LmNNK4w0hgo_bymRirk5Y)](https://private-user-images.githubusercontent.com/112761697/541593828-79004875-1263-4dd3-909f-439d815dbce3.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU0Mzc5MzAsIm5iZiI6MTc3NTQzNzYzMCwicGF0aCI6Ii8xMTI3NjE2OTcvNTQxNTkzODI4LTc5MDA0ODc1LTEyNjMtNGRkMy05MDlmLTQzOWQ4MTVkYmNlMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwNlQwMTA3MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ZTU2MTU1NTI5MjBjMTEzNTgzZTQzOWUxNzhiNzMyYThlZmMzN2M0NWY1OTFhZTM1MTMzMWFiOGQyNTEwYzE4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.GjHoQPw1881XGQLPQ9ZzV6LmNNK4w0hgo_bymRirk5Y)Livewire Starter Kit
====================

[](#livewire-starter-kit)

A type-safe Laravel Livewire starter kit with modern tooling and best practices.

Features
--------

[](#features)

- **Laravel 12** - The latest version of Laravel
- **Livewire 4** - Full-stack framework for Laravel
- **Flux UI** - Beautiful UI components for Livewire
- **Tailwind CSS 4** - Utility-first CSS framework
- **Type Safety** - 100% type coverage with PHPStan (level max)
- **Code Quality** - Laravel Pint, Rector, and Prettier for consistent code style
- **Testing** - Pest PHP with browser testing support
- **Dark Theme** - Modern dark UI with customizable accent colors

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

[](#requirements)

- PHP 8.4+
- Node.js 18+
- Composer

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

[](#installation)

Note

In `config/database.php`, `'engine' => 'InnoDB',` is used as the default for both `mysql` and `mariadb` connections.

```
composer create-project marekmiklusek/livewire-starter-kit --prefer-dist app-name
```

Navigate to the project directory and run the setup:

```
cd app-name
composer setup
```

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

[](#development)

Start the development server:

```
composer dev
```

This will concurrently run:

- Laravel development server
- Queue listener
- Vite for asset compilation

Available Scripts
-----------------

[](#available-scripts)

### Composer Scripts

[](#composer-scripts)

CommandDescription`composer setup`Install dependencies, generate key, run migrations, build assets`composer dev`Start development server with hot reload`composer lint`Run Rector, Pint, and Prettier to fix code style`composer test`Run all tests (type coverage, unit, lint, static analysis)`composer test:unit`Run Pest unit tests`composer test:types`Run PHPStan static analysis`composer test:lint`Check code style without fixing`composer test:type-coverage`Check type coverage (min 100%)### NPM Scripts

[](#npm-scripts)

CommandDescription`npm run dev`Start Vite development server`npm run build`Build assets for production`npm run lint`Format code with PrettierProject Structure
-----------------

[](#project-structure)

```
app/
├── Actions/          # Single-action classes
├── Enums/            # PHP enums
├── Http/Controllers/ # HTTP controllers
├── Models/           # Eloquent models
├── Providers/        # Service providers
└── Services/         # Service classes

resources/views/
├── components/       # Livewire Volt components
│   ├── auth/         # Authentication pages
│   ├── ⚡dashboard    # Dashboard page
│   ├── ⚡profile      # Profile settings
│   └── ⚡sample       # Sample page
└── layouts/          # Layout templates

tests/
├── Browser/          # Browser tests (Pest Plugin Browser)
├── Feature/          # Feature tests
└── Unit/             # Unit tests

```

Included Pages
--------------

[](#included-pages)

- **Login** - User authentication
- **Register** - User registration
- **Dashboard** - Main dashboard with stats
- **Profile** - User profile settings
- **Sample** - Sample page with components

Tech Stack
----------

[](#tech-stack)

### Backend

[](#backend)

- Laravel 12
- Livewire 4
- Flux UI

### Frontend

[](#frontend)

- Tailwind CSS 4
- Alpine.js
- Vite 7

### Development Tools

[](#development-tools)

- PHPStan (level max)
- Laravel Pint
- Rector
- Pest PHP
- Prettier

License
-------

[](#license)

This project is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance91

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Total

10

Last Release

42d ago

Major Versions

0.3.0 → v1.2.02026-03-26

### Community

Maintainers

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

---

Top Contributors

[![marekmiklusek](https://avatars.githubusercontent.com/u/112761697?v=4)](https://github.com/marekmiklusek "marekmiklusek (18 commits)")

---

Tags

frameworklaravellivewire

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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