Updated start.php to reflect my local configuration

Also updated composer packages to latest versions
This commit is contained in:
Vincent Sposato
2015-06-26 17:13:03 -04:00
parent 5084836737
commit 6cff270d3d
2 changed files with 446 additions and 272 deletions
+1 -1
View File
@@ -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')
));
Generated
+445 -271
View File
File diff suppressed because it is too large Load Diff