Update install.md

This commit is contained in:
刀刀
2021-01-28 14:52:02 +08:00
committed by GitHub
parent d6216f1830
commit 1d9e2401fa

View File

@@ -65,6 +65,12 @@ LOCAL_DB_HOST=localhost
```shell
composer require hyperf-admin/hyperf-admin
```
如果存在依赖包的版本号问题, 注意, 请使用 composer2
```shell
composer require hyperf-admin/hyperf-admin:0.2.0 --with-all-dependencies
```
!> hyperf-admin 为分包模式, 实际应用中请根据情况安装
#### 6. 初始化`validation`的依赖文档