Skip to content

Releases: barryvdh/laravel-debugbar

Support Laravel 5.6

07 Feb 08:30
Compare
Choose a tag to compare
v3.1.1

Allow to use nullable user (#786)

Boot debugbar in middleware, fix Lumen 5.5

18 Sep 13:36
Compare
Choose a tag to compare

Debugbar now boots in the middleware, making it easier to stop it in serviceproviders. Also, except can be used in the config to provide a list of URI's to ignore.

v3.0.1: as of Laravel 5.5 fire() must be renamed to handle() (#705)

31 Aug 10:05
Compare
Choose a tag to compare
https://laravel.com/docs/5.5/upgrade

Artisan
The fire Method

Any fire methods present on your Artisan commands should be renamed to handle

Support Laravel 5.5

28 Aug 20:25
Compare
Choose a tag to compare

This new releases supports Laravel 5.5 + Auto Discovery

Remove auto-discovery

21 Jul 11:59
Compare
Choose a tag to compare

Well be implemented in v3.x, Laravel 5.5 only.

Catch auth guards

21 Jul 11:58
Compare
Choose a tag to compare
v2.4.2

Catch resolving guards

v1.8.9: Change case-name of class (allows composer optimizing) (#657)

26 Jun 09:01
Compare
Choose a tag to compare
* Change case-name of class (allows composer optimizing)

* rename again :)

v2.4.1

29 Jun 20:17
Compare
Choose a tag to compare
Don't inject in 'false' content (eg. streamed etc)

Support Laravel 5.5 + Auto-Discovery

v1.8.8: Merge pull request #609 from tomvo/1.8

22 Feb 16:13
Compare
Choose a tag to compare