File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11
11
This package includes some custom collectors:
12
12
13
13
- [ 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.
15
15
- [ ViewCollector] ( #viewcollector ) : Show the currently loaded views. (Optionally: display the shared data)
16
16
- EventsCollector: Show all events
17
+ - GateCollector: Show the gates that are checked
18
+ - PennantCollector: Show Pennant flags
17
19
- LaravelCollector: Show the Laravel version and Environment. (disabled by default)
18
20
- SymfonyRequestCollector: replaces the RequestCollector with more information about the request/response
19
21
- LogsCollector: Show the latest log entries from the storage logs. (disabled by default)
@@ -128,6 +130,12 @@ The Query Collector has the following features
128
130
],
129
131
```
130
132
133
+ ### RouteCollector
134
+
135
+ This shows the current route and middleware.
136
+
137
+ ![ RouteCollector] ( img/route.png )
138
+
131
139
### Timeline Collector
132
140
133
141
![ Timeline Collector] ( img/timeline.png )
You can’t perform that action at this time.
0 commit comments