app->environment() !== 'production') { $this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class); } if (app()->isLocal()) { $this->app->register(\VIACreative\SudoSu\ServiceProvider::class); } } }