Module install command cache clear.

This commit is contained in:
cuneytsenturk 2018-11-15 11:04:30 +03:00
parent d8b83ffe4b
commit 148ad3bc41

View File

@ -54,6 +54,9 @@ class ModuleInstall extends Command
ModuleHistory::create($data);
// Clear cache
$this->call('cache:clear');
// Update database
$this->call('migrate', ['--force' => true]);