Skip to content

Releases: barryvdh/laravel-debugbar

v3.2.7: Merge pull request #957 from BrandonSurowiec/master

24 Aug 11:18
8794e7a

Choose a tag to compare

Prefer Str:: class for Laravel 6 compatability.

Fix Auth collector, allow Laravel 6.0

22 Aug 07:54

Choose a tag to compare

v3.2.6

Simplify Auth, only add user when already resolved

v3.2.5: Merge pull request #952 from Metallizzer/master

21 Aug 10:58
85463eb

Choose a tag to compare

v3.2.4

12 Jun 08:05
2d19577

Choose a tag to compare

Revert "Dont register routes and middleware if we are not in debug mo…

Support Laravel 5.8

26 Feb 18:06

Choose a tag to compare

v3.2.3

Add Laravel 5.8 support (#911)

v3.2.2: In case of insert/update/delete query, do not explain #888 (#903)

05 Feb 14:17

Choose a tag to compare

v3.2.1

15 Nov 15:41

Choose a tag to compare

\Exception isn't well with newer PHP (#886)

Support Laravel 5.7

04 Sep 14:13

Choose a tag to compare

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

24 May 12:10

Choose a tag to compare

Fix no queries being collected anymore (#827)

Missing negation

v3.1.4

13 Mar 14:27

Choose a tag to compare

If user is instance of Authenticatable call getAuthIdentifier() defin…