Skip to content

Commit c0a38fa

Browse files
committed
Update collectors
1 parent 92e4915 commit c0a38fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/collectors.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ hide:
1111
This package includes some custom collectors:
1212

1313
- [QueryCollector](#querycollector): Show all queries, including binding + timing
14-
- RouteCollector: Show information about the current Route.
14+
- [RouteCollector](#routecollector): Show information about the current Route.
1515
- [ViewCollector](#viewcollector): Show the currently loaded views. (Optionally: display the shared data)
1616
- EventsCollector: Show all events
17+
- GateCollector: Show the gates that are checked
18+
- PennantCollector: Show Pennant flags
1719
- LaravelCollector: Show the Laravel version and Environment. (disabled by default)
1820
- SymfonyRequestCollector: replaces the RequestCollector with more information about the request/response
1921
- LogsCollector: Show the latest log entries from the storage logs. (disabled by default)
@@ -128,6 +130,12 @@ The Query Collector has the following features
128130
],
129131
```
130132

133+
### RouteCollector
134+
135+
This shows the current route and middleware.
136+
137+
![RouteCollector](img/route.png)
138+
131139
### Timeline Collector
132140

133141
![Timeline Collector](img/timeline.png)

docs/img/route.png

22.6 KB
Loading

0 commit comments

Comments
 (0)