Releases: barryvdh/laravel-debugbar
Releases · barryvdh/laravel-debugbar
Fix font + restore btn styling
Update Debugbar to include autoshow setting (#1393) I think that's a valid point to include, due to the fact that in a lot of software with the autoshow set to true it's impossible to use the debugbar. I'm in Laravel Nova right now, every time a notification ajax gets sent, the request I'm debugging gets removed by that setting. I've tried to add a middleware to enable that setting, but it breaks other things in beetween. Right now this it's the most polished solution. Let me know if it's ok! Thanks!
v3.8.0: Drop lower PHP/Laravel versions (#1386)
* Drop lower PHP versions * Dev stability * Fix versions
Remove symfony/debug dependency
- Remove symfony/debug dependency (#1321)
- Bump mimimum Laravel version to 7.
Fix PHP8.1 warning
v3.6.8 Turbolinks compatibility (#1320)
Skip mail on Laravel 9
Skip Mailer in Laravel 9 Fixes #1289
Support Laravel 9
v3.6.6 Update Dependencies for Laravel 9 (#1271)
v3.6.5 - Rename Facade, update darkmode
[fix] Emulate quote bindings for drivers that don't support quoting (…
v3.6.4: fix: #1236 maximebf/debugbar version issue (#1237)
* fix: #1236 maximebf/debugbar version issue * Update composer.json Co-authored-by: Barry vd. Heuvel <[email protected]>
Bump php-debugbar, support psr/log v2/v3
fix: support explain with pgsql (#1207) * fix: support explain with pgsql * fix: record driver in transactions
v3.6.2: Add option to toggle query background on/off (#1196)
* Add option to toggle query background on/off * provide Application instance to QueryCollector * Implement requested changes