Module install command cache clear.
This commit is contained in:
parent
d8b83ffe4b
commit
148ad3bc41
@ -54,6 +54,9 @@ class ModuleInstall extends Command
|
||||
|
||||
ModuleHistory::create($data);
|
||||
|
||||
// Clear cache
|
||||
$this->call('cache:clear');
|
||||
|
||||
// Update database
|
||||
$this->call('migrate', ['--force' => true]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user