Skip to main content
Resource extensions allow modifying the form, table, relations, pages, and sub-navigation of any Lunar admin resource. Create a class that extends ResourceExtension and register it with the LunarPanel facade.

Example

The following example extends the ProductResource to add a custom column to the form and table, a custom relation manager, and additional pages:

Available Methods

See the Filament documentation for more details on building resources, relation managers, and pages.