Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Add the new collectors.
  • Loading branch information
barryvdh committed Nov 18, 2013
1 parent 9f0e680 commit f1c427f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This includes some custom collectors:
- EventsCollector: Show all events
- 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)
- FilesCollector: Show the files that are included/required by PHP. (disabled by default)
- ConfigCollector: Display the values from the config files. (disabled by default)

Bootstraps the following collectors for Laravel:
- LogCollector: Show all Log messages
Expand Down

0 comments on commit f1c427f

Please sign in to comment.