Adding Livewire Component to Sidebar
If I wanted to add a custom livewire component to the sidebar, above or below the standard navigation, where would I start that journey? Is there a nav hook, or a template I can override?
4 Replies
Solution
You can use a render hook.
There should be
RenderHooks::NAV_END
or similarThank you, I'll start there. I see PanelsRenderHook::SIDEBAR_NAV_END
Omg, that couldn't have been any easier. Exactly what I was looking for. Thank you Dennis!
Glad I could help.