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
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- 3.x-dev
- 3.0.0
- 2.x-dev
- 2.0.0
- 1.x-dev
- 1.0.0
- dev-chore/github-sponsors-branches-2x
- dev-chore/github-sponsors-branches-1x
- dev-chore/github-sponsors
- dev-docs/standardize-readme-structure-2x
- dev-docs/standardize-readme-structure-1x
- dev-docs/standardize-readme-structure
- dev-chore/buymeacoffee-badge-2.x
- dev-chore/buymeacoffee-badge-1.x
- dev-chore/buymeacoffee-funding
This package is auto-updated.
Last update: 2026-09-06 00:24:26 UTC
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.
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.
