From f1c427f55e253ff727168e63cb9d7ef376dfc2d9 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 18 Nov 2013 13:32:33 +0100 Subject: [PATCH] Update readme Add the new collectors. --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 52c53d1c..a1374200 100644 --- a/readme.md +++ b/readme.md @@ -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