From 72ac20d387651d11acc6229eb8977dd49e64ceab Mon Sep 17 00:00:00 2001 From: Tokumeikoi Date: Thu, 13 Feb 2020 17:09:11 +0800 Subject: [PATCH] update frontend --- app/Console/Commands/V2boardInstall.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/V2boardInstall.php b/app/Console/Commands/V2boardInstall.php index 8f68680a..ba074c87 100644 --- a/app/Console/Commands/V2boardInstall.php +++ b/app/Console/Commands/V2boardInstall.php @@ -99,6 +99,7 @@ class V2boardInstall extends Command } $this->info('一切就绪'); + $this->info('访问 http(s)://你的站点/admin 进入管理面板'); \File::put(base_path() . '/.lock', time()); } catch (\Exception $e) { $this->error($e->getMessage());