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