env('RELEASE') ]); Schema::defaultStringLength(191); User::observe(UserObserver::class); Application::observe(ApplicationObserver::class); $this->app['request']->server->set('HTTPS', $this->app->environment() != 'local'); } }