Extending Pages
To extend a page, create an extension class and register it with theLunarPanel facade.
Extending an edit page
The following example registers a custom extension for theEditProduct page:
Extending a list page
The following example registers a custom extension for theListProducts page:
Extending Resources
Much like extending pages, resource extensions are created and registered with theLunarPanel facade.
The following example registers a custom extension for the ProductResource: