Download the PHP package ercogx/laravel-filament-starter-kit without Composer
On this page you can find all versions of the php package ercogx/laravel-filament-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-filament-starter-kit
🚀 Glow Starter Kit
This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.
Preview:
Dark Mode:

Compatibility
| Starter Kit | Filament Version |
|---|---|
| 1.x | 3.x |
| 2.x | 4.x |
| 3.x | 5.x |
📦 Installation
You need the Laravel Installer if it is not yet installed.
Now you can create a new project using the Laravel Filament Starter Kit.
If you want a Filament v3 (not recommended)
If you want a Filament v4
⚙️ 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:
2️⃣ Create Filament Admin User
3️⃣ Assign Super Admin Role
4️⃣ Generate Permissions
🌟Panel Include
- Shield Access management to your Filament Panel's Resources, Pages & Widgets through spatie/laravel-permission.
- Backgrounds Beautiful backgrounds for Filament auth pages.
- Logger Extensible activity logger for filament that works out-of-the-box.
- Theme Edinburgh Beautiful theme with warm palette.
- Breezy My Profile page.
- DB Config Settings page.
- Quick Create Topbar item for quick resource creation.
🧑💻Development Include
- barryvdh/laravel-debugbar The most popular debugging tool for Laravel, providing detailed request and query insights.
- larastan/larastan A PHPStan extension for Laravel, configured at level 5 for robust static code analysis.
- plannr/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:
📜 License
This project is open-source and licensed under the MIT License.
💡 Contributing
We welcome contributions! Feel free to open issues, submit PRs, or suggest improvements.
🚀 Happy Coding with Laravel & Filament! 🎉
All versions of laravel-filament-starter-kit with dependencies
awcodes/filament-quick-create Version ^5.0
bezhansalleh/filament-shield Version ^4.2
filament/filament Version ^5.0
inerba/filament-db-config Version ^1.3
jacobtims/filament-logger Version ^1.2
jeffgreco13/filament-breezy Version ^3.2
laravel/framework Version ^13.0
laravel/tinker Version ^3.0.0
spykapps/theme-edinburgh Version ^1.0
swisnl/filament-backgrounds Version ^2.0