barryvdh/laravel-debugbar
Integrate the PHP Debug Bar into Laravel to profile requests, inspect queries, routes, views, and logs, and monitor performance in real time. Toggle panels, collect timeline and memory data, and troubleshoot issues locally without touching your app code.
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.2.7...v4.2.8
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.2.6...v4.2.7
Adds a flag DEBUGBAR_FORCE_ALLOW_ENABLE=true to boot debugbar on production/non-debug modes, for special cases.
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.2.5...v4.2.6
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.2.4...v4.2.5
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.2.3...v4.2.4
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.2.2...v4.2.3
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.2.1...v4.2.2
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.2.0...v4.2.1
This releases adds a skill for Laravel Boost. You can install it by re-running boost:install. This allows your agent to drill down on data from previous requests.
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.1.3...v4.2.0
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.1.2...v4.1.3
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.1.1...v4.1.2
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.1.0...v4.1.1
border-botton → border-bottom by @Copilot in https://github.com/fruitcake/laravel-debugbar/pull/1975debugbar() helper by @ssw1cblarrion in https://github.com/fruitcake/laravel-debugbar/pull/1989Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.10...v4.1.0
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.9...v4.0.10
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.8...v4.0.9
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.7...v4.0.8
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.6...v4.0.7
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.5...v4.0.6
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.4...v4.0.5
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.3...v4.0.4
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.2...v4.0.3
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.1...v4.0.2
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.0...v4.0.1
See https://fruitcake.nl/blog/laravel-debugbar-v4-release for the biggest changes.
This brings the updates from php-debugbar 3.x to Laravel Debugbar. See https://github.com/php-debugbar/php-debugbar/releases/tag/v3.0.0 for the upstream changes to php-debugbar.
The name has changed, so remove the old package first:
composer remove barryvdh/laravel-debugbar --dev --no-scripts
Then install the new package
composer require fruitcake/laravel-debugbar --with-dependencies
Check the https://github.com/fruitcake/laravel-debugbar/blob/master/UPGRADE.md for any changes.
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v3.16.3...v4.0.0
Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v3.16.3...v3.16.4
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v4.0-beta.10...v4.0-beta.11
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v4.0-beta.8...v4.0-beta.9
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v4.0-beta.7...v4.0-beta.8
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v4.0-beta.6...v4.0-beta.7
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.16.2...v3.16.3
setAccessible by @jnoordsij in https://github.com/barryvdh/laravel-debugbar/pull/1822Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.16.1...v3.16.2
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.16.0...v3.16.1
$group arg support on TimelineCollectors methods by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1789addWarning on warnings, silenced errors, notices by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1767Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.15.4...v3.16.0
<a/> tag from route on clockwork by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1777Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.15.3...v3.15.4
capture_dumps option on laravel dd(); by @parallels999 in https://github.com/barryvdh/laravel-debugbar/pull/1762Trying to access array offset on false on LogsCollector.php by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1763Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.15.2...v3.15.3
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.15.1...v3.15.2
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.15.0...v3.15.1
dev to composer keywords by @jnoordsij in https://github.com/barryvdh/laravel-debugbar/pull/1713Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.10...v3.15.0
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.9...v3.14.10
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.8...v3.14.9
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.7...v3.14.8
Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.6...v3.14.7
How can I help you explore Laravel packages today?