Extend Capell
Use this path when you need to customise Capell behavior without changing core.
- Review the extension structure
- Choose an extension point
- Create a custom extension
- Extend the admin
- Extend frontend output
- Check the extension point API reference
- Troubleshoot extension discovery
Common extension shapes
Section titled “Common extension shapes”Admin ExtensionsFields, resources, pages, widgets, settings, and admin tools.
Frontend ExtensionsRender hooks, Blade components, Livewire components, routes, and assets.
Extension Point APIThe extension point reference for Capell runtime integration.
Recommended next page
Section titled “Recommended next page”Build Capell PackagesMove from extension-point selection into reusable package implementation.