Releases: barryvdh/laravel-debugbar
Releases · barryvdh/laravel-debugbar
v3.9.0
This release disables the OpenHandler storage browser by default, because security concerns about abuse were raised. The functionality can easily be enabled by adding the debugbar.storage.open
to true in your config. Or if you did not publish your config, set DEBUGBAR_OPEN_STORAGE
in your .env
v3.8.2
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]>