how change route filament v3
Hello, good morning, how do I change the filamant v3 route? I want to change /admin/login to home. Thank You
8 Replies
you can try I think
->loginRouteSlug('home')
where can i do it?
in your
AdminPanelProvider
or your provider whatever name it isI added it here
but the result is like this
I mean, I will move the admin route pannel here
Put this in web.php
solved, thanks