laravel-cms maintained by jeffersongoncalves
Description
Laravel CMS — pages, posts, categories, tags, comments, revisions, SEO metadata, media library and navigation menus. Backend-only: models, migrations, config, contracts. Admin UI is provided by the separate filament-cms package.
Author
Last update
2026/08/01 23:51
(dev-main)
License
Downloads
37
Laravel CMS
Umbrella meta-package bundling the full Laravel CMS ecosystem: laravel-cms-core, laravel-cms-media, laravel-cms-menu.
composer require jeffersongoncalves/laravel-cms
php artisan vendor:publish --tag="cms-core-config"
php artisan vendor:publish --tag="cms-media-config"
php artisan vendor:publish --tag="cms-menu-config"
php artisan migrate
See each component package's README for details. Admin UI is provided separately by filament-cms.