diff --git a/app/Console/Commands/ModuleInstall.php b/app/Console/Commands/ModuleInstall.php index fa428a78c..6ae58108b 100644 --- a/app/Console/Commands/ModuleInstall.php +++ b/app/Console/Commands/ModuleInstall.php @@ -54,6 +54,9 @@ class ModuleInstall extends Command ModuleHistory::create($data); + // Clear cache + $this->call('cache:clear'); + // Update database $this->call('migrate', ['--force' => true]);