Plugin [filament-laravel-log] is not registered for panel [app].
So, I've installed a plugin for viewing laravel logs (https://filamentphp.com/plugins/saade-laravel-log) and after installing it, and adding the plugin to the
If I add it to the
Does anyone know how I can get this plugin to only show in my Admin panel? I've had a look through the GitHub, and doesn't appear that anyone else has had this issue, and it feels more like something to do with Filament loading the plugin, rather than the plugin itself.
->plugins() method of my AdminPanelProvider, loading my admin panel, I get the error that the plugin is not registered for the panel app.If I add it to the
->plugins() method of my AppPanelProvider, I'm able to load the view in my App panel (I don't want to be able to do this) howevre, in the Admin panel, the error changes toRoute [filament.admin.pages.logs] not defined.Does anyone know how I can get this plugin to only show in my Admin panel? I've had a look through the GitHub, and doesn't appear that anyone else has had this issue, and it feels more like something to do with Filament loading the plugin, rather than the plugin itself.
