From 6dae07be7da26e6055f6fbf91d2e866ce730d39c Mon Sep 17 00:00:00 2001 From: Vincent Sposato Date: Fri, 26 Jun 2015 17:13:03 -0400 Subject: [PATCH] Updated start.php to reflect my local configuration --- bootstrap/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ));