Skip to main content
Launch offer: 50% off all Capell extensions and suites while the first-party marketplace catalogue is being shaped. Claim launch offer
Capell home

Essential storage keeps Capell secure. Optional analytics stay off unless accepted.

Cookie Policy

Deploy Capell like the Laravel app it is

Capell is not a hosted CMS sitting beside the application. It runs inside Laravel, so deployment should look like Laravel deployment: Composer packages, migrations, setup commands, queues, cache, assets, search, and smoke checks.

That makes CMS releases easier to reason about because content surfaces, package changes, and public delivery are part of the same operational workflow.

Composer Migrations Smoke checks
Questions

Deployment questions

Deploy Capell as application code, content fixtures, and package state that can be reviewed together.

Is Capell deployed separately from Laravel?

No. Capell runs in the Laravel app. Deploy Composer packages, migrations, config, assets, content seeders, and checks together.

Should search be rebuilt during release?

When CMS content or package data changes, search and discovery outputs should be refreshed as part of the release or post-release process.

Can deployment include public page checks?

Yes. Route smoke tests help catch missing pages, broken renderers, and accidental editor metadata leaks before users see them.

Next step

Release CMS changes with the app that owns them

Start with the install path, then connect deployment to operations so production releases include the CMS health checks your site depends on.