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 v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.
Preview:
Dark Mode:
📦 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.
⚙️ 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
- Breezy My Profile page.
- Themes Themes for Filament panels. Setup for
user
mode. - Shield Access management to your Filament Panel's Resources, Pages & Widgets through spatie/laravel-permission.
- Settings Integrates Outerweb/Settings into Filament.
- Backgrounds Beautiful backgrounds for Filament auth pages.
- Logger Extensible activity logger for filament that works out-of-the-box.
🧑💻Development Include
- barryvdh/laravel-debugbar The most popular debugging tool for Laravel, providing detailed request and query insights.
- barryvdh/laravel-ide-helper Generates helper files to improve autocompletion and static analysis in IDEs.
- larastan/larastan A PHPStan extension for Laravel, configured at level 5 for robust static code analysis.
This kit includes Laravel Pint for automatic PHP code styling and structured PHPDoc generation for your models.
After running migrations, execute the following command to update model documentation:
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
bezhansalleh/filament-shield Version ^3.3
filament/filament Version ^3.2
hasnayeen/themes Version ^3.0.24
jeffgreco13/filament-breezy Version ^2.6
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
outerweb/filament-settings Version ^1.3
swisnl/filament-backgrounds Version ^1.1
z3d0x/filament-logger Version ^0.8.0