Local dev setup. Let's use sqlite too.

This commit is contained in:
James Brooks
2014-11-16 22:42:03 +00:00
parent 77f9cfc435
commit 8e8c1d78ae
8 changed files with 1 additions and 48 deletions

View File

@@ -26,7 +26,7 @@ $app = new Illuminate\Foundation\Application;
$env = $app->detectEnvironment(array(
'local' => array('homestead'),
'local' => array('homestead', '*.local', '*.config', 'jbrooksuk'),
));