added module installed event

This commit is contained in:
denisdulici
2017-11-02 12:07:15 +03:00
parent dfac921e97
commit c7f7d2fdfc
3 changed files with 26 additions and 3 deletions

View File

@ -201,9 +201,6 @@ trait Modules
File::copyDirectory($temp_path, $module_path);
File::deleteDirectory($temp_path);
// Update database
Artisan::call('migrate', ['--force' => true]);
Artisan::call('cache:clear');
$data = [