From 547386d91ff2174b44f71570d166535a15d6c65f Mon Sep 17 00:00:00 2001 From: Stephen Ball Date: Fri, 9 Oct 2015 17:06:03 +0000 Subject: [PATCH] Fix an install with the installer due to the cache created by composer --- app/Console/Commands/InstallApp.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Commands/InstallApp.php b/app/Console/Commands/InstallApp.php index 250dca9f6..e2d269096 100644 --- a/app/Console/Commands/InstallApp.php +++ b/app/Console/Commands/InstallApp.php @@ -63,6 +63,8 @@ public function handle() return; } + $this->clearCaches(); + // TODO: Add options so they can be passed in via the command line? $config = base_path('.env');