Skip to content

Commit

Permalink
Update addons.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs committed Dec 22, 2023
1 parent 7379a70 commit 36e8a85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/admin/extending/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ resources, pages and widgets. See https://filamentphp.com/docs/3.x/panels/plugin

## Registering Filament plugins

To register a plugin in the Lunar admin panel you will want to do something similar to the below example.
Add-on packages should not try to register a Filament plugin automatically in the Lunar panel. Instead, installation
instructions should be provided.

Below is an example of how a plugin should be registered to the Lunar admin panel, typically in your Laravel app
service provider.

```php
use Lunar\Admin\Support\Facades\LunarPanel;
Expand Down

0 comments on commit 36e8a85

Please sign in to comment.