you can get a list of all routes in https://github.com/laravel/fortify/blob/1.x/routes/routes.php override according to your need
also, look the fortify.php config file and customize
Dec 12, 2022
5
Level 2
How to change /login and /register paths in Jetstream?
To be clear, when people hit the register route, I want the url they go to to be /signup and when they click the login route, I want the url to be /signin.
Using Inertia stack.
I've spent way too long trying to figure this one out. php artisan route:list is no help. There is nothing in JetstreamServiceProvider about it. Nothing in Vendors/Laravel about it that I can find. Nothing in Actions. There is nothing in any of the files containing 'register' or 'login' that does it. And deep Googling isn't turning up an answer either.
Modifying the other paths is doable via the above but not these two.
Any help would be greatly appreciated.
Level 6
1 like
Please or to participate in this conversation.