修改项目描述

This commit is contained in:
邹景立 2023-03-10 15:42:24 +08:00
parent 03ee3e3486
commit e21245c067

View File

@ -47,6 +47,9 @@ cd thinkadmin
### 数据库初始化并安装 ### 数据库初始化并安装
php think migrate:run php think migrate:run
### 开启 PHP 内置 WEB 服务
php think run --host 127.0.0.1
``` ```
**2. 通过源码安装:** 安装 admin、wechat、data 三个模块 **2. 通过源码安装:** 安装 admin、wechat、data 三个模块
@ -63,6 +66,9 @@ composer install --optimize-autoloader
### 数据库初始化并安装 ### 数据库初始化并安装
php think migrate:run php think migrate:run
### 开启 PHP 内置 WEB 服务
php think run --host 127.0.0.1
``` ```
## 数据库安装 ## 数据库安装