Build structured Laravel sites with Capell
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 page, URL, layout, theme, history, and upgrade contracts 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
Docs live next to the code they describe.
Capell public docs are assembled from source repositories so implementation docs stay close to the code:
capell-app/capell owns core CMS and core package docs,
capell-app/packages owns add-on Capell Extension docs,
and capell-app/capell-docs owns this site shell, homepage, navigation, and sync logic.
When generated extension docs look wrong, fix the package capell.json, README.md, or public docs/** files in the source repository.