Releases: barryvdh/laravel-debugbar
Releases · barryvdh/laravel-debugbar
v3.2.8: Merge pull request #963 from hendeavors/laravelhelperbugfix
Prefer class over removed helper
v3.2.7: Merge pull request #957 from BrandonSurowiec/master
Prefer Str:: class for Laravel 6 compatability.
Fix Auth collector, allow Laravel 6.0
v3.2.6 Simplify Auth, only add user when already resolved
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.