Download the PHP package jeffersongoncalves/laravel-cms without Composer
On this page you can find all versions of the php package jeffersongoncalves/laravel-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/laravel-cms
More information about jeffersongoncalves/laravel-cms
Files in jeffersongoncalves/laravel-cms
Package laravel-cms
Short 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.
License MIT
Homepage https://github.com/jeffersongoncalves/laravel-cms
Informations about the package laravel-cms
Laravel CMS
Laravel CMS — pages, posts, categories, tags, comments, revisions, SEO metadata, media library and navigation menus.
Backend-only: Eloquent models, migrations, config and contracts. No routes/controllers/API — the admin UI is provided by the separate filament-cms package.
Features
- 📄 Pages and posts with categories and tags
- 💬 Comments with moderation
- 🕓 Content revisions
- 🔍 SEO metadata per model
- 🖼️ Media library integration (
spatie/laravel-medialibrary) - 🧭 Navigation menus and menu items
- 🗺️ Sitemap generation command
- 🌐 Translatable content (
spatie/laravel-translatable) - 🧩 Swap any model via config, bound through contracts
Installation
You can install the package via composer:
Publish and run the migrations:
Optionally publish the config files:
This publishes config/cms-core.php, config/cms-media.php and config/cms-menu.php, where you can override the model bindings used by each contract (PageContract, PostContract, CategoryContract, TagContract, CommentContract, RevisionContract, SeoContract, MenuContract, MenuItemContract).
Usage
Sitemap
Generate the sitemap with the bundled Artisan command:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jèfferson Gonçalves
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-cms with dependencies
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/events Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
spatie/laravel-medialibrary Version ^11.0|^12.0
spatie/laravel-package-tools Version ^1.15
spatie/laravel-sitemap Version ^7.3
spatie/laravel-translatable Version ^6.11