|
Where it lives
|
The Laravel application and its deployment
|
An empty Filament panel you extend
|
A separate platform to host and maintain
|
A Laravel application with Statamic's content model and control panel
|
A separate content service plus a separate frontend
|
|
Editing
|
Filament admin with structured pages, layouts, and previews
|
You design and build the editing schema
|
Mature block editor with structure shaped by the chosen setup
|
A mature control panel with flexible collections and blueprints
|
Structured entries; preview needs wiring
|
|
Frontend ownership
|
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
|
You build and host the frontend yourself
|
|
Extensions
|
Composer packages with clear, visible install impact
|
Every feature is bespoke
|
Large plugin ecosystem with varied review and support models
|
First-party features and a Laravel addon ecosystem
|
Apps, webhooks, and glue services you maintain
|
|
Upgrades
|
Compatibility notes and staged package changes
|
Maintenance remains the responsibility of your team
|
Plugin and theme updates need careful staging
|
Product and addon upgrades within a supported Laravel CMS
|
Vendor API changes plus your frontend dependencies
|
|
Operations
|
Redirects, cache, diagnostics, and package health near the CMS
|
Wired up per project
|
Often depends on plugin mix and hosting setup
|
Established CMS operations with flat-file or database-backed content
|
Vendor runs the platform; app ops stay yours
|
|
Integration work
|
Lower when the CMS belongs inside the existing Laravel app
|
Low at first, then every CMS feature is yours to build
|
A second system running beside the Laravel app
|
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 a hosted multi-channel content service
|