Skip to content

Releases: barryvdh/laravel-debugbar

Support Laravel 5.5 + Auto-Discovery

v1.8.8: Merge pull request #609 from tomvo/1.8

22 Feb 16:13
Compare
Choose a tag to compare

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.