Change profile route slug?
Is it possible to change the profile route slug?
Like it is possible to do this for autentication routes in the panelprovider:
I also want to change route slug for profile from '/profile' to '/account'.
Thanks!
1 Reply
on the panel there is a profile method which can pass a custom profile class, if you want to use the Filament EditProfile class you can extend it and override the $slug
here is an example
and use it on the panel
Hope that helps