Build structured Laravel sites with Capell
Capell CMS documentation
Build structured Laravel sites with Capell.
Capell gives Laravel teams a CMS core, a Filament admin, frontend rendering, and a Capell Extensions system for adding focused capabilities without turning every project into custom glue code.
Choose your path
Find the docs by what you are trying to do.
Install Capell, run the quickstart, and create your first editable page.
02Build A Site With CapellMove through content types, page management, themes, frontend rendering, and media.
03Understand Capell CoreLearn the stable CMS primitives before adding optional capabilities.
04Extend CapellChoose admin, frontend, schema, render hook, or core extension points.
05Build Capell PackagesAuthor reusable Capell Extensions with manifests, providers, migrations, settings, and tests.
06Explore Capell ExtensionsBrowse generated extension docs by product area, runtime context, and tier.
System map
How Capell fits together.
Popular next steps
Jump straight to the pages people need most.
Source-owned documentation
Section titled “Source-owned documentation”Capell public docs are assembled from source repositories so implementation docs stay close to the code they describe:
capell-app/capellowns core CMS docs and core package docs.capell-app/packagesowns add-on Capell Extension docs.capell-app/capell-docsowns this Starlight shell, homepage, navigation, sync logic, and high-level routing pages.
When generated extension docs look wrong, fix the package capell.json, README.md, or public docs/** files in the source repository.