← Retour aux projets
Filament Cms
#Filament CMS
Filament CMS UI plugin — pages, posts, categories, tags, comment moderation, media and navigation menus inside a Filament panel. Resources, actions and widgets, built on top of jeffersongoncalves/laravel-cms.
#Version Compatibility
Pick the branch/constraint matching your Filament version:
| Filament | Branch | Constraint | Status |
|---|---|---|---|
| v5 | 3.x |
^3.0 |
Built |
| v4 | 2.x |
^2.0 |
Built |
| v3 | 1.x |
^1.0 |
Built |
- PHP 8.2+
- Laravel 12.x · 13.x
- Filament v5 (this branch)
#Installation
composer require jeffersongoncalves/filament-cms
use JeffersonGoncalves\FilamentCms\FilamentCmsPlugin; public function panel(Panel $panel): Panel { return $panel->plugin(FilamentCmsPlugin::make()); }
#Development
composer install composer test # Pest composer analyse # PHPStan level 5 composer format # Pint
#Changelog
Please see CHANGELOG for more information on what has changed recently.
#Contributing
Please see CONTRIBUTING for details.
#Security Vulnerabilities
Please see SECURITY for details.
#Credits
#License
The MIT License (MIT). Please see License File for more information. Built by Jefferson Gonçalves.