Install debugbar in dev environment

This commit is contained in:
James Brooks
2018-06-14 20:29:50 +01:00
parent deeb40cd48
commit c2b0fb340e
6 changed files with 308 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ return [
AltThree\Twitter\TwitterServiceProvider::class,
BackupManager\Laravel\Laravel5ServiceProvider::class,
Barryvdh\Cors\ServiceProvider::class,
env('APP_DEBUG') ? Barryvdh\Debugbar\ServiceProvider::class : null,
Fideloper\Proxy\TrustedProxyServiceProvider::class,
GrahamCampbell\Binput\BinputServiceProvider::class,
GrahamCampbell\Core\CoreServiceProvider::class,