Update install.md

This commit is contained in:
刀刀
2021-02-05 18:04:28 +08:00
committed by GitHub
parent c5ee5692f9
commit 5e2314292b

View File

@@ -30,6 +30,8 @@ cd hyperf-admin
```
#### 2. 移除`hyperf-skeleton`中的日志配置, 因为 `admin` 底层已配置
底层的日志配置见 [base-utils/ConfigProvider](https://github.com/hyperf-admin/hyperf-admin/blob/master/src/base-utils/src/ConfigProvider.php#L22)
```shell
rm config/autoload/logger.php
```