In your web.php you probably have Auth::routes(); which is just a helper that generates all the auth routes you can always customize it and manually register them you can find them here https://github.com/laravel/ui/blob/2.x/src/AuthRouteMethods.php
Apr 27, 2020
2
Level 1
How to customize php artisan ui vue --auth files
Hello everyone, Good evening, I just want to ask, is it possible to edit the routes and other file that be generated when you run
php artisan ui vue --auth
by customize I mean like, the registration is it possible to add steps in registering something like that, I just want to ask how, whenever I look at the routes/web.php theres no routes in registration but when I run php artisan route:list there is, sorry for asking and thank you in advance, have a nice day thank you
Level 29
Please or to participate in this conversation.