Skip to content

Commit

Permalink
Fix an install with the installer due to the cache created by composer
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed Oct 9, 2015
1 parent ecd06e7 commit 547386d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Console/Commands/InstallApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 547386d

Please sign in to comment.