Search by

jeffersongoncalves / filament-cms

jeffersongoncalves

Filament v5 panel plugin bundling the full Laravel CMS ecosystem (pages, posts, categories, tags, comments, media, menus) into one panel plugin.

3.0.0 2026-08-01 15:37 UTC

README

Buy Me A Coffee

Filament CMS

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status

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.