Created
June 5, 2015 23:03
-
-
Save frknikiz/af0ad72df85939f38c40 to your computer and use it in GitHub Desktop.
Bootstrap/start.php env //Laravel Environment global setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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