From e21245c067006a6cc9ed6d536a5cc2b24533a3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 10 Mar 2023 15:42:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 47dbea32b..887609f9b 100644 --- a/readme.md +++ b/readme.md @@ -47,6 +47,9 @@ cd thinkadmin ### 数据库初始化并安装 php think migrate:run + +### 开启 PHP 内置 WEB 服务 +php think run --host 127.0.0.1 ``` **2. 通过源码安装:**( 安装 admin、wechat、data 三个模块 ) @@ -63,6 +66,9 @@ composer install --optimize-autoloader ### 数据库初始化并安装 php think migrate:run + +### 开启 PHP 内置 WEB 服务 +php think run --host 127.0.0.1 ``` ## 数据库安装