Skip to content

Commit

Permalink
Update collectors
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Dec 9, 2024
1 parent 92e4915 commit c0a38fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/collectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ hide:
This package includes some custom collectors:

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

### RouteCollector

This shows the current route and middleware.

![RouteCollector](img/route.png)

### Timeline Collector

![Timeline Collector](img/timeline.png)
Expand Down
Binary file added docs/img/route.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0a38fa

Please sign in to comment.