Skip to content

Tags: alexrsg/laravel-debugbar

Tags

v1.2.1

Modify SymfonyRequestCollector

Cannot use the session bag anymore, so just change the collect function.
Fixes barryvdh#38 and fixes barryvdh#81

v1.2

Only add openhandler when storage is set.

v1.1.5

Redo custom logs

v1.1.4

Disable exception

Maybe a bit scary or confusing..

v1.1.3

Register PublisherServiceProvider

Fixes barryvdh#61 and barryvdh#56. The console service providers aren't loaded on web
requests by default, causing problems.

v1.1.2

Pass $app instead of $debugbar

So we don't load any services in register()
See barryvdh#53

v1.1.1

Revert a bit

v1.1

Bump php-debugbar version

v1.0.4

Require *

v1.0.3

Remove git stuff