jeffersongoncalves/filament-cms

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

Maintainers

Package info

github.com/jeffersongoncalves/filament-cms

pkg:composer/jeffersongoncalves/filament-cms

Transparency log

Fund package maintenance!

jeffersongoncalves

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

3.0.0 2026-08-01 15:37 UTC

This package is auto-updated.

Last update: 2026-08-01 17:08:37 UTC


README

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.

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.