Skip to content

Instantly share code, notes, and snippets.

@amardeep18
Created September 12, 2020 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amardeep18/137e8f51e1d7981778fd8d9279bd800b to your computer and use it in GitHub Desktop.
Save amardeep18/137e8f51e1d7981778fd8d9279bd800b to your computer and use it in GitHub Desktop.
public function boot()
{
if(env('APP_ENV') == 'production') {
\URL::forceScheme('https');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment