route:list

List all registered routes

Options

  • domain - Filter the routes by domain Optional
  • except-path - Do not display the routes matching the given path pattern Optional
  • except-vendor - Do not display routes defined by vendor packages Optional
  • json - Output the route list as JSON Optional
  • method - Filter the routes by method Optional
  • name - Filter the routes by name Optional
  • only-vendor - Only display routes defined by vendor packages Optional
  • path - Only show routes matching the given path pattern Optional
  • reverse - Reverse the ordering of the routes Optional
  • sort - The column (domain, method, uri, name, action, middleware) to sort by Optional
php artisan route:list [--json] [--method [METHOD]] [--name [NAME]] [--domain [DOMAIN]] [--path [PATH]] [--except-path [EXCEPT-PATH]] [-r|--reverse] [--sort [SORT]] [--except-vendor] [--only-vendor]