Customize PagibleAI CMS

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.

Choose what you want to customize

White palette icon for PagibleAI theme packages

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.

Create a PagibleAI Theme Package

White dashboard customization icon for PagibleAI admin extensions

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.

Build Admin Extensions for PagibleAI CMS