![](https://img.kancloud.cn/22/90/2290f7485b3313118cad77491215a362_346x172.png) ## 写在前面的话 >[success] ### 开源不易 > [http://tpflow.cojz8.com](http://tpflow.cojz8.com) 欢迎测试。 > 文档不再支持免费下载(您可以加群沟通),如您购买本文档,感谢您的赞助支持。 **在线交流一群: 532797225(已满)** **在线交流二群: 778657302(新建)** >[danger] 购买文档交流群:1062040103(为了给购买文档的赞助者提供更完善的服务,需提供看云账号) >[danger] ### 开源不易,知识付费,文档群,有问必答,提供必要的远程帮助服务 >[success] 如果你已经会使用Tp5、Git、Composer你可以跳过本章节 >[success] 特别提示,需要有TP5.1的开发经验入门最快! ## 使用基础 ##### Tpflow基于Tp5.1.\*开发,所以你最少是会使用Thinkphp5的程序猿,如果这都不会,推荐以下: [ThinkPHP5快速入门](https://www.kancloud.cn/thinkphp/thinkphp5_quickstart) [ThinkPHP5.1完全开发手册](https://www.kancloud.cn/manual/thinkphp5_1) 然后你还要回基本的Git语句,如: #### 拷贝仓库 `git clone https://gitee.com/ntdgg/tpflow` #### 提交代码 ~~~ git add -A git commit -m 'Tpflow'; git push origin matster ~~~ #### 拉取代码 ~~~ git pull ~~~ [Git 教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) #### 当然过段时间我们会放在composer 你还需要掌握这个基本的。 [Composer 中文网](http://docs.phpcomposer.com/01-basic-usage.html)