mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
docs(readme): 更新介绍和安装
This commit is contained in:
11
guide.md
11
guide.md
@@ -1,4 +1,13 @@
|
||||
# PHP Package boilerplate project explanation
|
||||
# HyperfDevelopmentKit
|
||||
用于 Hyperf 框架的开发工具集。
|
||||
|
||||
## 安装
|
||||
```
|
||||
composer config secure-http false \
|
||||
&& composer config repo.lux-map composer https://satis.luxcreo.cn/ \
|
||||
&& composer require singularity/hyperf-development-kit "dev-master"
|
||||
```
|
||||
---
|
||||
|
||||
PHP is a general-purpose server-side scripting language primarily used in web development. Originally created by Rasmus Lerdorf in 1994, it is now by The PHP Development Team.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user