ggbound/tp3

ThinkPHP 框架

安装: 47

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:think-framework

v1.5.3 2021-07-20 00:31 UTC

This package is auto-updated.

Last update: 2024-09-20 07:36:09 UTC


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