Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Feb 18, 2014
1 parent 50d7bc6 commit 3392e3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ It bootstraps some Collectors to work with Laravel and implements a couple custo
It is configured to display Redirects and (jQuery) Ajax Requests. (Shown in a dropdown)
Read [the documentation](http://phpdebugbar.com/docs/) for more configuration options.

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

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.

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

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

And the default collectors:
Expand Down

0 comments on commit 3392e3e

Please sign in to comment.