Glow Starter Kit
Glow Starter Kit is a ready-to-use setup for Laravel 13 with Filament v5, including authentication, roles, settings, themes, and developer tools to jumpstart your project effortlessly. 🚀
Author:
Ercogx
Documentation
- Compatibility
- 📦 Installation
- ⚙️ Setup
- 🌟Panel Include
- 🧑💻Development Include
- 📜 License
- 💡 Contributing
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.
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
If you want a Filament v4
laravel new test-kit --using=ercogx/laravel-filament-starter-kit:2.12.0
#⚙️ 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
- 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:
composer check
#📜 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! 🎉
The author
From the same author
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese