Skip to content

Tags: muba00/laravel-debugbar

Tags

v3.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove symfony/debug dependency (barryvdh#1321)

* Migrate from symfony/debug to symfony/error-handler

* Fix wrong version constraints

* Remove Laravel 6 Support

* Remove lumen 6 from test matrix

* Remove symfony/error-handler

v3.6.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Turbolinks compatibility (barryvdh#1320)

v3.6.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip Mailer in Laravel 9

Fixes barryvdh#1289

v3.6.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Dependencies for Laravel 9 (barryvdh#1271)

v3.6.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[fix] Emulate quote bindings for drivers that don't support quoting (b…

…arryvdh#1219)

Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>

v3.6.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: barryvdh#1236 maximebf/debugbar version issue (barryvdh#1237)

* fix: barryvdh#1236 maximebf/debugbar version issue

* Update composer.json

Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>

v3.6.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: support explain with pgsql (barryvdh#1207)

* fix: support explain with pgsql

* fix: record driver in transactions

v3.6.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to toggle query background on/off (barryvdh#1196)

* Add option to toggle query background on/off

* provide Application instance to QueryCollector

* Implement requested changes

v3.6.1

composer fix-style

v3.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Limit query in timeline to 100 chars