Customize PagibleAI without changing its core packages. Create a standalone theme when you want to reuse a design across Laravel applications, or add an admin extension when your package needs its own workspace panel or editor tab. Both approaches keep your code separate from PagibleAI so ownership and upgrades stay clear.
Customize PagibleAI CMS
Choose what you want to customize
Reusable theme package
Own layouts, CSS, content-element views, translations and editor metadata in a standalone Composer package. The guide takes you from schema registration through local testing and release checks.
Admin extensions
Add permission-aware navigation panels or tabs to the page, element and file editors. Register the extension in PHP, load a small Vue module on demand and use the admin's existing GraphQL client.