Skip to content

Commit a4718a5

Browse files
CJayHegitee-org
authored andcommitted
update phpzlc/install.markdown.
Signed-off-by: Jay_he <1044295598@qq.com>
1 parent a8cbaba commit a4718a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phpzlc/install.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ composer create-project symfony/website-skeleton:"^5.4" my_project_name
4242
2. 执行安装命令
4343

4444
```shell
45-
php bin/console phpzlc:install
45+
php bin/console phpzlc:flex:install phpzlc
4646
```
4747

4848
**由于 phpzlc 覆盖了一部分 symfony 内核代码,当使用过程之中由于 composer安装更新包 导致的程序报错,可以优先使用本命令进行修复。**
@@ -109,11 +109,12 @@ git push --set-upstream origin master
109109

110110
## 程序中已经安装了下述组件,他们构成了PHPZlc的核心策略
111111

112-
1. [phpzlc/phpzlc](https://github.com/phpzlc/phpzlc-kernel) 内核组件,确定基本技术特征,技术组织形式,技术规范,写法,接口定义等。
112+
1. [phpzlc/phpzlc](https://github.com/phpzlc/phpzlc) 内核组件,确定基本技术特征,技术组织形式,技术规范,写法,接口定义等。
113113
2. [phpzlc/validate](https://github.com/phpzlc/validate) 常用的验证方法和验证正则(可以独立使用)。
114114
3. [phpzlc/document-bundle](https://github.com/phpzlc/document-bundle) API文档组件(可以独立使用), 用于项目API文档书写以及业务组件API文档书写。让API文档可以自由组合,随码而动。
115115
4. [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) 内置数据组件,Symfony官方组件,用于通过命令向数据库写入数据。
116116
5. [ramsey/uuid](https://github.com/ramsey/uuid) 用于支持`Entity`实体类的主键从自增变为具有排序属性的UUID。方便项目向分布式拓展。
117+
6. [phpzlc/fledx](https://github.com/phpzlc/flex) 用于 phpzlc包的安装。
117118

118119
## 开始编码
119120

0 commit comments

Comments
 (0)