Skip to content

Instantly share code, notes, and snippets.

@ryanorsinger
Created October 14, 2014 23:07
Show Gist options
  • Save ryanorsinger/dfcbb9c9d20e97f273ef to your computer and use it in GitHub Desktop.
Save ryanorsinger/dfcbb9c9d20e97f273ef to your computer and use it in GitHub Desktop.
Replace line 27
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