Add Other Options on filament Sidebar
I want to add more options on the sidebar that are not from filament like logout , help and settings. How best can I do that
17 Replies
use the before and after render hooks
on the sidebar
do you mind sharing an example
Thank you but seems abit confusing
What seems confusing exactly? If you give an example of what you want to achive we can help.
I want to add a logut option on the side bar
I want to add 3 options
Help
Settings
Logout
So you do not want options, you want a new navigation item. you can do that in the service provider:
https://filamentphp.com/docs/2.x/admin/navigation#registering-custom-navigation-items
This seems to be a better option let me try it out
and give you feedback
This works
but i would like toadd these options at the bottom
@toeknee
What options? And as per the #✅┊rules do not tag anyone.
am sorry
I will not tag anyone anymore
But is there a way i can move options that are not group down
As per the docs you set the sort order
->sort(3)
On the custom item, then navigationsort on the resource
seems the only available property is sort
But I would like to move them at the bottom of the panel
So build out the navigation groups manually as per the docs
a good morning