Render hook not working for 'panels:sidebar-nav.start'
Hello, Im trying to add a search option on top of my sidebar. For it, im tryng to render the following hook:
`
this is in my AdminPanelProvider. I've rendered some hooks before and they are still working fine but I can't seem to be able to use this one.
I tried using the sintax presented in the docs "PanelsRenderHook::SIDEBAR_NAV_START"
https://filamentphp.com/docs/3.x/support/render-hooks#available-render-hooks, but is doesn't seem to work because apparently PanelsRenderHook doesn't exist.
Anyone with the same problem?
1 Reply
yes, me too, Class "Filament\View\Panels\PanelsRenderHook" not found.
This works for me,