ggbound/tp3

the ThinkPHP Framework

Maintainers

Package info

github.com/ggbound/tp3

Homepage

Type:think-framework

pkg:composer/ggbound/tp3

Statistics

Installs: 47

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-20 11:03:52 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