SyntaxFix
Write A Post
Hire A Developer
Questions
I'm surprised nobody mentioned the command php artisan route:list, which gives a list of all registered app routes (including Auth::routes() and Passport::routes() if registered)
php artisan route:list
Auth::routes()
Passport::routes()