Skip to content

Tags: ajibadedapo/laravel-debugbar

Tags

v3.2.8

Toggle v3.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request barryvdh#963 from hendeavors/laravelhelperbugfix

Prefer class over removed helper

v3.2.7

Toggle v3.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request barryvdh#957 from BrandonSurowiec/master

Prefer Str:: class for Laravel 6 compatability.

v3.2.6

Toggle v3.2.6's commit message
Simplify Auth, only add user when already resolved

v3.2.5

Toggle v3.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request barryvdh#952 from Metallizzer/master

Update laravel-debugbar.css

v3.2.4

Toggle v3.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Dont register routes and middleware if we are not in debug mo…

…de (barryvdh#906)" (barryvdh#918)

This reverts commit f78618a.

v3.2.3

Toggle v3.2.3's commit message
Add Laravel 5.8 support (barryvdh#911)

v3.2.2

Toggle v3.2.2's commit message
In case of insert/update/delete query, do not explain barryvdh#888 (b…

…arryvdh#903)

*workaround*

v3.2.1

Toggle v3.2.1's commit message
\Exception isn't well with newer PHP (barryvdh#886)

v3.2.0

Toggle v3.2.0's commit message
Fix for policies (barryvdh#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

Toggle v3.1.5's commit message
Fix no queries being collected anymore (barryvdh#827)

Missing negation