We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d79b89 commit 7137741Copy full SHA for 7137741
README.md
@@ -35,7 +35,7 @@ ThinkPHP5.1对底层架构做了进一步的改进,减少依赖,其主要特
35
+ 内置控制器扩展类
36
+ 模型自动验证
37
38
-> ThinkPHP5.1的运行环境要求PHP5.6+。
+> ThinkPHP5.1的运行环境要求PHP5.6+ 兼容PHP8.0。
39
40
41
## 安装
@@ -70,6 +70,12 @@ composer update topthink/framework
70
+ [完全开发手册](https://www.kancloud.cn/manual/thinkphp5_1/content)
71
+ [升级指导](https://www.kancloud.cn/manual/thinkphp5_1/354155)
72
73
+
74
+## 官方服务
75
76
++ [应用服务市场](https://market.topthink.com/)
77
++ [ThinkAPI——统一API服务](https://docs.topthink.com/think-api)
78
79
## 命名规范
80
81
`ThinkPHP5.1`遵循PSR-2命名规范和PSR-4自动加载规范。
library/think/App.php
@@ -20,7 +20,7 @@
20
*/
21
class App extends Container
22
{
23
- const VERSION = '5.1.40 LTS';
+ const VERSION = '5.1.41 LTS';
24
25
/**
26
* 当前模块路径
0 commit comments