Skip to content

Releases: barryvdh/laravel-debugbar

Laravel 5.4 tweaks

23 Jan 22:36
Compare
Choose a tag to compare
Merge pull request #591 from kamui545/fix-route-middlewares

Fix route middlewares list

Fix 5.4 support

05 Jan 08:55
Compare
Choose a tag to compare
Use singleton instead of share

Fixes #581

Support PHP7 Throwables

22 Sep 11:04
Compare
Choose a tag to compare
  • Support PHP7 Throwables
  • Fix complex query bindings

Support Laravel 5.3

23 Aug 15:22
Compare
Choose a tag to compare
Merge pull request #531 from rmariuzzo/patch-1

Syntax highlighting added ✨

Redis/PDO storage drivers

04 Dec 14:54
Compare
Choose a tag to compare

Add Redis/PDO storage options

Improved EventCollector

04 Dec 14:54
Compare
Choose a tag to compare

Based EventCollector on TimeData Collector

Better Ajax/XHR handling

20 Nov 07:58
Compare
Choose a tag to compare
  • Fix bug from 1.8.1 about ajax handling
  • Use XHR handler, instead of jQuery

Fix non-Illuminate request handling

20 Nov 07:57
Compare
Choose a tag to compare
Copy ValueExporter to this package for 4.0 compat

See #225
Symfony 2.3 doesn't have this yet, copy it here for now.

L5 + Query/View Collector improvements

20 Nov 07:56
Compare
Choose a tag to compare
  • Fix L5 compatability
  • add hints + explain options to QueryLogger
  • update to Debugbar 1.10.x
  • new ViewCollector layout with more information

v1.7.7 - 5.0 compat, XSS fix and, 'enabled' closure

15 Sep 10:18
Compare
Choose a tag to compare

Make it compatible with Laravel 5.0-dev
Allow anonymous function as enabled setting (for IP checks etc)
Escape query bindings, to prevent executing of scripts/html