ggbound / tp3
the ThinkPHP Framework
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:think-framework
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