删除旧的安装方式;

This commit is contained in:
2022-04-19 22:45:53 +08:00
parent f9ff73a631
commit fc885a0343
9 changed files with 187 additions and 1289 deletions

View File

@@ -53,8 +53,14 @@ DEBUG=true
PREFIX=ul_
第四步, 执行数据库导入
php think install
第四步, 安装数据库
php think migrate:run
第五步,初始化数据库数据
php think seed:run
最后,本地临时运行
php think run
```