Knowledge Base

Empty filter

Laravel Artisan Command to View all Routes

https://larasense.com/m/qkgmAMuUZ1MYtzRD

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

Published
Back to Index