Glow Starter Kit plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Glow Starter Kit

Community

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. 🚀

Tags: Developer Tool Kit
Supported versions:
5.x 4.x 3.x
Ercogx avatar Author: Ercogx

Package health

Beta

Automated checks of this plugin's Composer package

84 / 100
Security 76
Maintenance 89
Ecosystem 100
15 checks
  • Skipped: GitHub Actions pinned to SHA
  • Skipped: GitLab CI includes pinned to SHA
  • Passed: Open security advisories
  • Passed: Dependabot PR responsiveness — No stale Dependabot PRs.
  • Skipped: Renovate MR responsiveness
  • Passed: Dependabot or Renovate configured
  • Failed: Dependency update cooldown configured No cooldown configured in .github/dependabot.yml. View details on Plumb
  • Failed: Provides a security policy View details on Plumb
  • Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
  • Passed: Commit and release recency — Active: last commit 11 days ago; last release 15 days ago.
  • Skipped: composer.lock not committed by library
  • Warning: Dist archive is lean
  • Passed: Current Laravel version supported — Package dependencies resolve together with current Laravel 13.0.
  • Passed: Current PHP version supported — Constraint ^8.3 supports current PHP 8.5.
  • Skipped: Current Symfony version supported
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
Powered by Plumb Last scanned 1 day ago

Documentation

Latest Version on Packagist Total Downloads Stars

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

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! 🎉