jeffersongoncalves / filament-cms
Filament v5 panel plugin bundling the full Laravel CMS ecosystem (pages, posts, categories, tags, comments, media, menus) into one panel plugin.
Package info
github.com/jeffersongoncalves/filament-cms
pkg:composer/jeffersongoncalves/filament-cms
Fund package maintenance!
Requires
- php: ^8.2
- filament/filament: ^5.3
- jeffersongoncalves/filament-translatable: ^3.0
- jeffersongoncalves/laravel-cms: ^1.0
- spatie/laravel-medialibrary: ^11.0|^12.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.21
- orchestra/testbench: ^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
README
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.
Installation
composer require jeffersongoncalves/filament-cms
use JeffersonGoncalves\FilamentCms\FilamentCmsPlugin; public function panel(Panel $panel): Panel { return $panel->plugin(FilamentCmsPlugin::make()); }
Versions
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 |
Compatibility
- PHP 8.2+
- Laravel 12.x · 13.x
- Filament v5 (this branch)
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.
License
The MIT License (MIT). Please see License File for more information. Built by Jefferson Gonçalves.
