Jacob
Register plugin from service provider
I have a Laravel composer package/ Filament plugin.
When someone installs the package using composer I want that the Filament plugin is automatically loaded. So that the user doesn't have to add it manually to the
->plugins()
in their AdminPanelProvider
class.13 replies