FilamentF
Filament14mo ago
Arjan

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:

     ->loginRouteSlug('login')
        ->registrationRouteSlug('register')
        ->passwordResetRoutePrefix('password-reset')
        ->passwordResetRequestRouteSlug('request')
        ->passwordResetRouteSlug('reset')
        ->emailVerificationRoutePrefix('email-verification')
        ->emailVerificationPromptRouteSlug('prompt')
        ->emailVerificationRouteSlug('verify');


I also want to change route slug for profile from '/profile' to '/account'.

Thanks!
Was this page helpful?