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

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

This package is auto-updated.

Last update: 2025-06-20 09:21:50 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