Laravel 5: Enable laravel-debugbar

前端 未结 12 1586
星月不相逢
星月不相逢 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:45

    I had the same issue and tried all the previous solutions without success. Finnaly I solved my problem with the following detail fix:

    Install instrucions:

    If you use a catch-all/fallback route, make sure you load the Debugbar ServiceProvider before your own App ServiceProviders.

提交回复
热议问题