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