php artisan route:list
DevelopmentList all registered routes
Options & Flags
Available options for this command
--name=patternFilter by route name
--path=patternFilter by path
--method=GETFilter by HTTP method
Examples
Common usage examples
List all routes
php artisan route:listFilter routes containing 'user' in name
php artisan route:list --name=userShow only POST routes
php artisan route:list --method=POSTRelated Commands
You might also find these useful