i made the changes on appServiceProvider if ($this->app->environment('production')) { URL::forceScheme('https'); $this->app['request']->server->set('HTTPS', true); } and still getting forbidden 