Local dev setup. Let's use sqlite too.
This commit is contained in:
@@ -26,7 +26,7 @@ $app = new Illuminate\Foundation\Application;
|
||||
|
||||
$env = $app->detectEnvironment(array(
|
||||
|
||||
'local' => array('homestead'),
|
||||
'local' => array('homestead', '*.local', '*.config', 'jbrooksuk'),
|
||||
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user