Laravel 5: Enable laravel-debugbar

前端 未结 12 1576
星月不相逢
星月不相逢 2020-12-23 14:19

I\'m using Laravel 5 and would like to use the barryvdh/laravel-debugbar. After the installation and configuration the bar is not showing.

I did the following:

12条回答
  •  独厮守ぢ
    2020-12-23 14:56

    you can go to...

     project foler name->app->app.php
    
    set and 'debug' => true,
    
    This is working perfectly..
    

提交回复
热议问题