mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
fix: 修复安装Command不清除缓存的问题
This commit is contained in:
parent
d91e973639
commit
26593eda27
@ -118,6 +118,7 @@ class XboardInstall extends Command
|
||||
$password = Helper::guid(false);
|
||||
$this->saveToEnv($envConfig);
|
||||
|
||||
\Artisan::call('config:clear');
|
||||
\Artisan::call('config:cache');
|
||||
\Artisan::call('cache:clear');
|
||||
$this->info('正在清空数据库请稍等');
|
||||
|
Loading…
Reference in New Issue
Block a user