You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,12 @@ It bootstraps some Collectors to work with Laravel and implements a couple custo
6
6
It is configured to display Redirects and (jQuery) Ajax Requests. (Shown in a dropdown)
7
7
Read [the documentation](http://phpdebugbar.com/docs/) for more configuration options.
8
8
9
-

9
+

10
10
11
11
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.
12
12
13
13
This package includes some custom collectors:
14
+
- QueryCollector: Show all queries, including binding + timing
14
15
- RouteCollector: Show information about the current Route.
15
16
- ViewCollector: Show the currently loaded views. (Optionally: display the shared data)
16
17
- EventsCollector: Show all events
@@ -22,8 +23,6 @@ This package includes some custom collectors:
22
23
23
24
Bootstraps the following collectors for Laravel:
24
25
- LogCollector: Show all Log messages
25
-
- PdoCollector: Show Database Queries + Bindings
26
-
- TwigCollector: For extra Twig info with barryvdh/laravel-twigbridge
27
26
- SwiftMailCollector and SwiftLogCollector for Mail
0 commit comments