mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
docs: 更新文档,增加迁移迁移配置文件前清除缓存
This commit is contained in:
@@ -175,6 +175,8 @@ class MigrateFromV2b extends Command
|
||||
]);
|
||||
$this->info("配置 ${k} 迁移成功");
|
||||
}
|
||||
\Artisan::call('config:clear');
|
||||
\Artisan::call('config:cache');
|
||||
|
||||
$this->info('所有配置迁移完成');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user