Move the environment settings into their own file.
This commit is contained in:
@@ -24,11 +24,7 @@ $app = new Illuminate\Foundation\Application;
|
||||
|
|
||||
*/
|
||||
|
||||
$env = $app->detectEnvironment(array(
|
||||
|
||||
'local' => array('homestead'),
|
||||
|
||||
));
|
||||
require __DIR__.'/environment.php';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user