Created
October 14, 2014 23:07
-
-
Save ryanorsinger/dfcbb9c9d20e97f273ef to your computer and use it in GitHub Desktop.
Replace line 27
This file contains hidden or 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
bootstrap/start.php | |
Replace this onto line 27. | |
$env = $app->detectEnvironment(function() | |
{ | |
if (!empty($_SERVER['LARAVEL_ENV'])) { | |
return $_SERVER['LARAVEL_ENV']; | |
} | |
return 'local'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment