|
Where it lives
|
The Laravel application and its deployment
|
The Laravel application's own Filament panel and models
|
A WordPress runtime, self-hosted or managed separately from Laravel
|
A Laravel application with Statamic's content model and control panel
|
An API-first content system and one or more consumer frontends
|
|
Editing
|
Filament admin with structured pages, layouts, and previews
|
You design and build the editing schema
|
The default block editor with structure shaped by the chosen setup
|
A purpose-built Control Panel with flexible collections and blueprints
|
Structured entries; preview follows the selected product and each consumer that editors must approve
|
|
Who builds the public site
|
Application-owned Blade, Livewire, Inertia, Vue, or custom rendering
|
You build every route, layout, and render path
|
Theme-driven templates in the platform
|
Antlers, Blade, static output, or headless delivery
|
Each consumer owns its rendering; hosting follows the selected product and deployment model
|
|
Extensions
|
Composer packages with clear, visible install impact
|
CMS features are selected or implemented per application
|
A large plugin ecosystem whose support and compatibility depend on the selected stack
|
First-party features and a Laravel addon ecosystem
|
Product extensions, webhooks, and application integrations
|
|
Upgrades
|
Compatibility notes and staged package changes
|
Maintenance remains the responsibility of your team
|
Updates follow the chosen host, plugin, theme, and staging process
|
Product and addon upgrades within a supported Laravel CMS
|
API and schema changes plus consumer dependencies
|
|
Operations
|
Redirects, cache, diagnostics, and package health near the CMS
|
The application team defines operations per project
|
Often depends on plugin mix and hosting setup
|
CMS operations with flat-file or database-backed content
|
CMS hosting depends on the product; consumer operations remain yours
|
|
Integration work
|
Depends on existing Laravel and Filament capability, migration, packages, and ongoing ownership
|
Low at first; local ownership grows with each CMS requirement
|
WordPress and Laravel require an explicit integration boundary
|
Depends on content migration, templates, addons, and control-panel conventions
|
API contracts, SDKs, and glue to maintain
|
|
When it wins
|
A growing Laravel product that needs one maintained CMS model
|
A few stable, application-specific admin screens
|
Conventional content-led sites that benefit from a broad plugin and theme ecosystem
|
Content-first Laravel sites that benefit from flat-file and Git-oriented workflows
|
Independent frontends consuming one API-first content system, hosted or self-hosted
|