diff --git a/bootstrap/start.php b/bootstrap/start.php index 300ba1005c..5f1690cab9 100755 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -26,7 +26,7 @@ $app = new Illuminate\Foundation\Application; $env = $app->detectEnvironment(array( - 'local' => array('YourLocalDevHostname','AlisonMBP'), + 'local' => array('homestead','AlisonMBP'), 'staging' => array('staging.yourserver.com'), 'production' => array('www.yourserver.com') ));