rjcodes/rjcms
WordPress-style CMS for Laravel 12/13: admin panel at /admin, visual BREAD content/field builder, media library, drag-and-drop menus, roles & permissions, site settings, and a public blog. Install with composer + rjcms:install.
Pros:
Cons:
/admin route, Livewire components).--demo to evaluate the BREAD builder.resources/views/vendor/rjcms/...) for branding.rjcms:install./admin route or Livewire hooks.composer require and php artisan rjcms:install in a fresh clone first.--no-interaction in CI/CD pipelines./admin performance under load.composer update rjcodes/rjcms + re-run installer if needed.rjcms_* prefixes; ensure your DB can handle the schema.| Scenario | Impact | Mitigation |
|---|---|---|
| Installer Corruption | Broken admin panel | Backup DB before install; test in staging. |
| Livewire Conflicts | Frontend JS errors | Isolate package assets; check for version clashes. |
| Permission Misconfig | Unauthorized access | Audit roles post-install; use --demo to test. |
| Schema Drift | Data loss on updates | Avoid custom tables; document manual changes. |
| PHP 8.3+ Incompatibility | App crashes | Upgrade PHP or fork the package. |
How can I help you explore Laravel packages today?