plugin upgrade
Hi
I'm trying to upgrade my filament-logviewer plugin
I have used the 'skeleton' plugin (did you check the skeleton
https://github.com/filamentphp/plugin-skeleton)
The plugin get's installed, but it does not show up in the admin panel automatically
I'm sure I missed something, but not really sure what
2 Replies
Did you add it to
->plugins([])
in PanelProvider?no
I assume that if plugin is done correctly it would 'auto install' ?
did not help
in Filament/AdminPanelProvider
aha... I had forgotten to 'register' the pages in my plugin class.
Now i get this
so I have missed something else π