Laravel-debugbar: Add support for Laravel 5.7

Created on 4 Sep 2018  路  3Comments  路  Source: barryvdh/laravel-debugbar

Hi, Laravel 5.7 arrived and this package is not compatible (yet) with 5.7 :(

Most helpful comment

In config/debugbar.php set false in parameter gate
'gate' => false, // Display Laravel Gate checks

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings