Hi, Laravel 5.7 arrived and this package is not compatible (yet) with 5.7 :(
In what way? I'm using it in 5.7
@Jeroen-G - when you use gates & policies you have a ReflectionClass error.
In config/debugbar.php set false in parameter gate
'gate' => false, // Display Laravel Gate checks
Most helpful comment
In config/debugbar.php set false in parameter gate
'gate' => false, // Display Laravel Gate checks