Skip to content

Instantly share code, notes, and snippets.

@sayasuhendra
Created May 15, 2014 14:47
Show Gist options
  • Save sayasuhendra/8b2b7986a240a53aea4d to your computer and use it in GitHub Desktop.
Save sayasuhendra/8b2b7986a240a53aea4d to your computer and use it in GitHub Desktop.
Laravel: set environment
$env = $app->detectEnvironment(function()
{
return getenv('APP_ENV') ?: 'local';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment