Skip to main content
The Filament panel can be customized when registering it in a service provider. The LunarPanel::panel() method provides direct access to the panel instance for configuration. For example, the following changes the panel’s URL to /admin instead of the default /lunar:

Adding to the Panel

The Filament panel supports adding new screens as Pages or Resources, as well as other customizations such as Livewire components, plugins, and navigation groups.
For further information, consult the Filament documentation.