SoraKeyheart
Cluster in Multiple Panels
You may either use what @Bruno Pereira suggested. Or if you're using Filament Shield plugin you can hide the cluster page from roles which have access to panels of your choosing. I may guide you with this further if you still need assistance
4 replies
Place a component next to the title.
You may use something called Render Hooks:
https://filamentphp.com/docs/3.x/support/render-hooks
I haven't used what you're asking for but I think its:
PAGE_HEADER_ACTIONS_AFTER. You may play around with the hooks to see which one fits your requirement.
How to use
either in
AppServiceProvider
:
or in the AdminPanelProvider
:
Check this video out as it helps very much with render hooks:
https://www.youtube.com/watch?v=xQsHHk4Mu_E5 replies