This commit is contained in:
denisdulici
2017-09-23 18:43:09 +03:00
parent 8bb636d7ad
commit 447f314eb5
9 changed files with 47 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
if (env('APP_DEBUG')) {
if (env('APP_INSTALLED') && env('APP_DEBUG')) {
$this->app->register(\Barryvdh\Debugbar\ServiceProvider::class);
}