Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

0.0.4 2025-07-01 06:35 UTC

This package is auto-updated.

Last update: 2025-07-31 06:47:59 UTC


README

基于 https://github.com/top-think/think/tree/v5.1.41 实际41是42

在原 v=5.1.42 版本的基础上删除了许多功能

适配 php >= 7.2.0

兼容 php8

文档

https://www.kancloud.cn/manual/thinkphp5_1/353946

https://doc.thinkphp.cn/v5_1/default.html

安装

composer create-project ibibicloud/tp5 tp5

开发规范

名称 类名 链接
目录结构 directory 链接
配置 config 链接
路由 route 链接
控制器 controller 链接
请求 request 链接
响应 response 链接
数据库 db 链接
视图 view 链接
验证 validate 链接