Laravel Debugbar Versions Save

Debugbar for Laravel (Integrates PHP Debug Bar)

v3.11.1

1 month ago

v3.11.0

1 month ago

What's Changed

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.10.6...v3.10.7

v3.10.6

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.10.5...v3.10.6

v3.10.5

2 months ago

What's Changed

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.10.4...v3.10.5

v3.10.4

2 months ago

v3.10.3

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.10.2...v3.10.3

v3.10.0

2 months ago

This release focuses on better performance, with these highlights:

  • View collector can now group views after a threshold (#1503)
  • Query collector has soft/hard limits to reduce javascript/php size/execution (#1512)
  • Normalize xdebug links throughout collectors (#1510)
  • Support Laravel 11 (probably)

It is suggested to re-publish your config file to take advantage of the options, if you made changes.

What's Changed

New Contributors

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.9.2...v3.10.0

v3.9.2

8 months ago

Limit the OpenHandler check to just the find call.

v3.9.1

8 months ago

Minor UI tweaks

v3.9.0

8 months ago

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