Recently I start to use laravel 5.3 to write a blog, but I have a question after run php artisan make:auth
php artisan make:auth
when I run this, it will generate routes in m
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()