columns
- Columns to include in the route table Optionalcompact
- Only show method, URI and action columns Optionalexcept-path
- Do not display the routes matching the given path pattern Optionaljson
- Output the route list as JSON Optionalmethod
- Filter the routes by method Optionalname
- Filter the routes by name Optionalpath
- Only show routes matching the given path pattern Optionalreverse
- Reverse the ordering of the routes Optionalsort
- The column (precedence, domain, method, uri, name, action, middleware) to sort by Optionalphp artisan route:list [--columns [COLUMNS]] [-c|--compact] [--json] [--method [METHOD]] [--name [NAME]] [--path [PATH]] [--except-path [EXCEPT-PATH]] [-r|--reverse] [--sort [SORT]]