ggbound / tp3
ThinkPHP 框架
v1.5.3
2021-07-20 00:31 UTC
Requires
- php: >=5.5.0
- ggbound/think-installer: ^1.2.1
README
安装说明
# 定义包类型 composer config type project # 定义包目录(默认目录为:thinkphp) composer config extra.think-path Core composer config repositories.thinkinstaller git https://github.com/ggbound/think-install.git composer config repositories.thinkphp git https://github.com/ggbound/tp3.git composer require ggbound/tp3