Releases: barryvdh/laravel-debugbar
Releases · barryvdh/laravel-debugbar
v3.2.5: Merge pull request #952 from Metallizzer/master
Update laravel-debugbar.css
v3.2.4
Support Laravel 5.8
v3.2.3 Add Laravel 5.8 support (#911)
v3.2.2: In case of insert/update/delete query, do not explain #888 (#903)
v3.2.1
Support Laravel 5.7
Fix for policies (#860) Policies cannot be used now due to this reason. And additionally, the method `Auth::user()` returns the class `Authenticatable` (which is used in gates), not `Authorizable`. Also, I believe the class `Authenticatable` should be used since it is checking its instance on the line 33.
v3.1.5
v3.1.4
Fix performance issues with VarCloner
v3.1.3 Add SimpleFormatter for faster exporting
v3.1.2: Replaced use of removed ValueCollector with VarCloner (#787)
* Replaced use of removed ValueCollector with VarCloner As per L5.6, Symfony 4 is now used. As such, VarCloner must be used in place of ValueCollector. * Changed PHPDoc for exporter.