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 Extensions Fields, resources, pages, widgets, settings, and admin tools.
Frontend Extensions Render hooks, Blade components, Livewire components, routes, and assets.
Extension Point API The extension point reference for Capell runtime integration.