maxtrunk / Lumen_Debugbar

Set up the php debugbar for Lumen framework
MIT License
3 stars 1 forks source link

Class 'Barryvdh\Debugbar\LumenServiceProvider' not found #1

Open AboElnoor opened 5 years ago

AboElnoor commented 5 years ago

Does this package depends on Barryvdh\Debugbar, should I install it? Even after installing it, the bar not appears

leonardyrj commented 5 years ago

I'm also having the same problem

ortodesign commented 4 years ago

I'm also having the same problem

composer require barryvdh/laravel-debugbar --dev

this solve for me