Babul
How do I add this link to my dashboard?
Thank you so much! That's exactly what I was looking for.
Its in the v2 docs, but not v3. I knew I had done it previously but couldn't remember.
For anyone else who finds this, here is the doc link: https://filamentphp.com/docs/2.x/admin/navigation#registering-custom-navigation-items
And this does work in v3
8 replies
How do I add this link to my dashboard?
What I did was create a
Pages\UserDashboard.php
which pointed to a blade, which had the link. But that is two clicks instead of one. Was hoping to have a one-click solution.
For now, I moved those links to my panel() and added ->userMenuItems([])
which works for this app.
Would still like to know if its possible to create a direct link in the left menu.8 replies