Skip to content

Commit 3392e3e

Browse files
committed
Update readme
1 parent 50d7bc6 commit 3392e3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ It bootstraps some Collectors to work with Laravel and implements a couple custo
66
It is configured to display Redirects and (jQuery) Ajax Requests. (Shown in a dropdown)
77
Read [the documentation](http://phpdebugbar.com/docs/) for more configuration options.
88

9-
![Screenshot](http://i.imgur.com/GVc6C9g.png)
9+
![Screenshot](http://i.imgur.com/oJP3Ljp.jpg)
1010

1111
Note: Use the DebugBar only in development. It can slow the application down (because it has to gather data). So when experiencing slowness, try disabling some of the collectors.
1212

1313
This package includes some custom collectors:
14+
- QueryCollector: Show all queries, including binding + timing
1415
- RouteCollector: Show information about the current Route.
1516
- ViewCollector: Show the currently loaded views. (Optionally: display the shared data)
1617
- EventsCollector: Show all events
@@ -22,8 +23,6 @@ This package includes some custom collectors:
2223

2324
Bootstraps the following collectors for Laravel:
2425
- LogCollector: Show all Log messages
25-
- PdoCollector: Show Database Queries + Bindings
26-
- TwigCollector: For extra Twig info with barryvdh/laravel-twigbridge
2726
- SwiftMailCollector and SwiftLogCollector for Mail
2827

2928
And the default collectors:

0 commit comments

Comments
 (0)