Skip to content

Instantly share code, notes, and snippets.

@frknikiz
Created June 5, 2015 23:03
Show Gist options
  • Save frknikiz/af0ad72df85939f38c40 to your computer and use it in GitHub Desktop.
Save frknikiz/af0ad72df85939f38c40 to your computer and use it in GitHub Desktop.
Bootstrap/start.php env //Laravel Environment global setting
$env = $app->detectEnvironment(array(
//'local' => array('homestead'),
'local' => array('*.dev', gethostname()),
'production' => array('*.com', '*.net', 'www.somedomain.com')
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment