PHPackages                             ercogx/laravel-filament-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. ercogx/laravel-filament-starter-kit

ActiveProject[Framework](/categories/framework)

ercogx/laravel-filament-starter-kit
===================================

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

2.12.0(2mo ago)401.5k9[2 issues](https://github.com/Ercogx/laravel-filament-starter-kit/issues)MITPHPPHP ^8.2CI passing

Since Mar 13Pushed 1mo ago2 watchersCompare

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

READMEChangelogDependencies (36)Versions (42)Used By (0)

🚀 Glow Starter Kit
==================

[](#-glow-starter-kit)

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

Preview: [![](https://raw.githubusercontent.com/ercogx/laravel-filament-starter-kit/main/preview-white.png)](https://raw.githubusercontent.com/ercogx/laravel-filament-starter-kit/main/preview-white.png)Dark Mode: [![](https://raw.githubusercontent.com/ercogx/laravel-filament-starter-kit/main/preview.png)](https://raw.githubusercontent.com/ercogx/laravel-filament-starter-kit/main/preview.png)

Compatibility
-------------

[](#compatibility)

Starter KitFilament Version[1.x](https://github.com/Ercogx/laravel-filament-starter-kit/tree/1.x)[3.x](https://github.com/filamentphp/filament/tree/3.x)**2.x****4.x**📦 Installation
--------------

[](#-installation)

You need the Laravel Installer if it is not yet installed.

```
composer global require laravel/installer
```

Now you can create a new project using the Laravel Filament Starter Kit.

```
laravel new test-kit --using=ercogx/laravel-filament-starter-kit
```

> If you want a Filament v3 (not recommended) `laravel new test-kit --using=ercogx/laravel-filament-starter-kit:1.8.0`

⚙️ Setup
--------

[](#️-setup)

1️⃣ **Database Configuration**

By default, this starter kit uses **SQLite**. If you’re okay with this, you can skip this step. If you prefer **MySQL**, follow these steps:

- Update your database credentials in `.env`
- Run migrations: `php artisan migrate`
- (Optional) delete the existing database file: `rm database/database.sqlite`

2️⃣ Create Filament Admin User

```
php artisan make:filament-user
```

3️⃣ Assign Super Admin Role

```
php artisan shield:super-admin --user=1 --panel=admin
```

4️⃣ Generate Permissions

```
php artisan shield:generate --all --ignore-existing-policies --panel=admin
```

🌟Panel Include
--------------

[](#panel-include)

- [Shield](https://filamentphp.com/plugins/bezhansalleh-shield) Access management to your Filament Panel's Resources, Pages &amp; Widgets through spatie/laravel-permission.
- [Backgrounds](https://filamentphp.com/plugins/swisnl-backgrounds) Beautiful backgrounds for Filament auth pages.
- [Logger](https://filamentphp.com/plugins/z3d0x-logger) Extensible activity logger for filament that works out-of-the-box.
- [Nord Theme](https://filamentphp.com/plugins/andreia-bohner-nord-theme) Beautiful Nord theme with subdued palette
- [Breezy](https://filamentphp.com/plugins/jeffgreco-breezy) My Profile page.

> More will be added when the relevant plugins release support for v4

🧑‍💻Development Include
----------------------

[](#‍development-include)

- [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) The most popular debugging tool for Laravel, providing detailed request and query insights.
- [larastan/larastan](https://github.com/larastan/larastan) A PHPStan extension for Laravel, configured at level 5 for robust static code analysis.
- [plannr/laravel-fast-refresh-database](https://github.com/PlannrCrm/laravel-fast-refresh-database) 🚀 Refresh your test databases faster than you've ever seen before

The `composer check` script runs **tests, PHPStan, and Pint** for code quality assurance:

```
composer check
```

📜 License
---------

[](#-license)

This project is open-source and licensed under the MIT License.

💡 Contributing
--------------

[](#-contributing)

We welcome contributions! Feel free to open issues, submit PRs, or suggest improvements.

### 🚀 Happy Coding with Laravel &amp; Filament! 🎉

[](#-happy-coding-with-laravel--filament-)

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance88

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 69.8% 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 ~9 days

Total

38

Last Release

64d ago

Major Versions

1.x-dev → 2.0.02025-08-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22002063?v=4)[Vitaliy](/maintainers/Ercogx)[@Ercogx](https://github.com/Ercogx)

---

Top Contributors

[![Ercogx](https://avatars.githubusercontent.com/u/22002063?v=4)](https://github.com/Ercogx "Ercogx (104 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (45 commits)")

---

Tags

filamentlaravellivewirestarter-kitframeworklaravellivewirefilamentglow starter kit

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ercogx-laravel-filament-starter-kit/health.svg)

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

###  Alternatives

[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[siubie/kaido-kit

Filament Admin Panel Starter Kit with pre-configured packages and settings

3824.9k](/packages/siubie-kaido-kit)

PHPackages © 2026

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