File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1111This 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 )
You can’t perform that action at this time.
0 commit comments