docs: update install.md

This commit is contained in:
刀刀
2020-06-23 13:09:35 +08:00
parent 9bb76bfa5c
commit 083d10b7bb

View File

@@ -31,6 +31,9 @@ rm config/autoload/logger.php
# 若全部引入需要安全全部的db依赖 详见 https://github.com/hyperf-admin/hyperf-admin-demo/tree/master/docker/db
composer require hyperf-admin/hyperf-admin
composer i
# validation 依赖
php bin/hyperf.php vendor:publish hyperf/translation
php bin/hyperf.php vendor:publish hyperf/validation
# 启动 热重启参考 https://github.com/daodao97/hyperf-watch
composer watch
```