Skip to content

Commit

Permalink
Add docs for expandable middleware group via `php artisan route:list …
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSdot committed Oct 11, 2023
1 parent 05ff6e4 commit 37b7887
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ By default, the route middleware that are assigned to each route will not be dis
php artisan route:list -v
```

If you prefer to display the middleware assigned by a group instead of the group name, you can instruct Laravel to do so by adding `-vv` to the command:

```shell
php artisan route:list -vv
```

You may also instruct Laravel to only show routes that begin with a given URI:

```shell
Expand Down

0 comments on commit 37b7887

Please sign in to comment.