升级框架版本,PHP最低要求8.2

This commit is contained in:
net909
2026-07-28 21:24:51 +08:00
parent 4826b8c758
commit 8ef3e2e802
16 changed files with 1083 additions and 353 deletions
+7 -1
View File
@@ -12,7 +12,7 @@
### 🎊 环境要求
* `PHP` >= 7.4
* `PHP` >= 8.2
* `MySQL` >= 5.6
* `fileinfo`扩展
* 使用`Redis`缓存需安装`Redis`扩展
@@ -72,6 +72,12 @@ location / {
docker run --name toolbox -dit -p 8081:80 -v /var/toolbox:/app/www netcccyun/toolbox
```
从国内镜像地址拉取:
```
docker pull swr.cn-east-3.myhuaweicloud.com/netcccyun/toolbox:latest
```
#### 🍓 鸣谢
* [aoaostar](https://github.com/aoaostar/toolbox)