docs: 更新文档,增加迁移迁移配置文件前清除缓存

This commit is contained in:
xboard
2023-11-22 18:26:19 +08:00
parent 57b3f14de6
commit ed3e40790e
4 changed files with 23 additions and 0 deletions

View File

@@ -175,6 +175,8 @@ class MigrateFromV2b extends Command
]);
$this->info("配置 ${k} 迁移成功");
}
\Artisan::call('config:clear');
\Artisan::call('config:cache');
$this->info('所有配置迁移完成');
}