Open
Description
Package
filament/filament
Package Version
v3.3.10
Laravel Version
v12.8.1
Livewire Version
v3.6.2
PHP Version
8.3.17
Problem description
If I create two panels and enable a plugin in one of them, I get Plugin [filament-edit-profile] is not registered for panel [app]
. I specifically do not want to register the plugin in the app
panel -- only in the user
panel.
Expected behavior
I should be able to enable a plugin in one panel and not the other.
Steps to reproduce
- Create two panels -
app
anduser
- Set the path on the
app
panel to be/
and the path on theuser
panel to be/user
- Enable a plugin in the user panel
This is all reliably reproduced with the repo below. The only other thing I changed is the panel color so I can differentiate between the two panels prior to enabling the plugin. That repo also includes a ddev setup in case you want to reproduce the exact environment that I'm using locally.
Reproduction repository (issue will be closed if this is not valid)
https://github.com/cweagans/filament-plugin-bug
Relevant log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo