F
Filament17mo ago
rabol

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
Thijmen
Thijmen17mo ago
Did you add it to ->plugins([]) in PanelProvider?
rabol
rabolOP17mo ago
no I assume that if plugin is done correctly it would 'auto install' ?
->plugins([
new FilamentLogviewerPlugin(),
]);
->plugins([
new FilamentLogviewerPlugin(),
]);
did not help in Filament/AdminPanelProvider aha... I had forgotten to 'register' the pages in my plugin class. Now i get this
Route [filament.admin.pages.log-viewer-view-log-page] not defined.
Route [filament.admin.pages.log-viewer-view-log-page] not defined.
so I have missed something else 😀

Did you find this page helpful?