We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Rename LaravelDebugBar.php to LaravelDebugbar.php Fixes barryvdh#303 caused by barryvdh#302
Detect app.debug if enabled is null Fixes barryvdh#285 It cannot be guaranteed that app.debug is loaded before debugbar.
Swap register/boot order
Remove L5 support from 1.x
Move publishes to boot
Update Font Awesome to 4.3.0 Fixes barryvdh#264
Remove cast toArray See barryvdh#248
remove 5.4 syntax Fixes barryvdh#240
Update vendors Update font-awesome to 4.2 and use the named vendors.
Tweak order Fixes barryvdh#227