Releases: barryvdh/laravel-debugbar
Releases · barryvdh/laravel-debugbar
Support Laravel 5.6
v3.1.1 Allow to use nullable user (#786)
Boot debugbar in middleware, fix Lumen 5.5
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)
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
This new releases supports Laravel 5.5 + Auto Discovery
Remove auto-discovery
Well be implemented in v3.x, Laravel 5.5 only.
Catch auth guards
v2.4.2 Catch resolving guards
v1.8.9: Change case-name of class (allows composer optimizing) (#657)
* Change case-name of class (allows composer optimizing) * rename again :)
v2.4.1
Support Laravel 5.5 + Auto-Discovery
v1.8.8: Merge pull request #609 from tomvo/1.8
Use Illuminate response