Skip to content

Tags: lovecoding-git/laravel-debugbar

Tags

v3.1.5

Toggle v3.1.5's commit message
Fix no queries being collected anymore (barryvdh#827)

Missing negation

v3.1.4

Toggle v3.1.4's commit message
If user is instance of Authenticatable call getAuthIdentifier() defin…

…ed by the interface rather than assuming it has a public id field (barryvdh#799)

v3.1.3

Toggle v3.1.3's commit message
Add SimpleFormatter for faster exporting

v3.1.2

Toggle v3.1.2's commit message
Replaced use of removed ValueCollector with VarCloner (barryvdh#787)

* Replaced use of removed ValueCollector with VarCloner

As per L5.6, Symfony 4 is now used.  As such, VarCloner must be used in place of ValueCollector.

* Changed PHPDoc for exporter.

v3.1.1

Toggle v3.1.1's commit message
Allow to use nullable user (barryvdh#786)

v3.1.0

Toggle v3.1.0's commit message
Update debugbar.php

v3.0.1

Toggle v3.0.1's commit message
as of Laravel 5.5 fire() must be renamed to handle() (barryvdh#705)

https://laravel.com/docs/5.5/upgrade

Artisan
The fire Method

Any fire methods present on your Artisan commands should be renamed to handle

v3.0.0

Toggle v3.0.0's commit message
Add note about package discovery

v2.4.3

Toggle v2.4.3's commit message
Remove package detection on 2.x

v2.4.2

Toggle v2.4.2's commit message
Catch resolving guards