Loading video...
Artisan command to view existing routes
Routing
Artisan command to view existing routes
List all routes
php artisan route:list
php artisan route:list -v
php artisan route:list -vv
php artisan route:list --path=api
php artisan route:list --except-vendor
php artisan route:list --only-vendor
php artisan route:list -vv --except-vendor --path=home