4 Commits
dev ... v8.0

Author SHA1 Message Date
wolfcode
cb624aa51a Update README.md 2025-03-12 14:26:49 +08:00
wolfcode
187f97a511 Update AdminController.php 2025-01-15 09:30:42 +08:00
wolfcode
f05c7ded0e Update composer.json 2025-01-09 11:50:47 +08:00
wolfcode
386b11cfc9 Update AdminController.php 2025-01-08 16:05:13 +08:00
3 changed files with 5 additions and 11 deletions

View File

@@ -41,22 +41,16 @@
> EasyAdmin8 使用 Composer 来管理项目依赖。因此,在使用 EasyAdmin8 之前,请确保你的机器已经安装了 Composer。 > EasyAdmin8 使用 Composer 来管理项目依赖。因此,在使用 EasyAdmin8 之前,请确保你的机器已经安装了 Composer。
### 通过一键安装命令
```
if [ -f /usr/bin/curl ];then curl -sSO https://easyadmin8.top/auto-install-EasyAdmin8.sh;else wget -O auto-install-EasyAdmin8.sh https://easyadmin8.top/auto-install-EasyAdmin8.sh;fi;bash auto-install-EasyAdmin8.sh
```
### 通过`git`下载安装包,`composer`安装依赖包 ### 通过`git`下载安装包,`composer`安装依赖包
``` ```
1.下载安装包 1.下载安装包
git clone https://github.com/EasyAdmin8/EasyAdmin8 git clone -b v8.0 https://github.com/EasyAdmin8/EasyAdmin8
或者 或者
git clone https://gitee.com/EasyAdmin8/EasyAdmin8 git clone -b v8.0 https://gitee.com/EasyAdmin8/EasyAdmin8
2.安装依赖包(确保 PHP 版本 >= 8.0 2.安装依赖包(确保 PHP 版本 >= 8.0

View File

@@ -24,7 +24,7 @@
"topthink/framework": "^8.0", "topthink/framework": "^8.0",
"topthink/think-orm": "^3.0", "topthink/think-orm": "^3.0",
"topthink/think-multi-app": "^1.1.0", "topthink/think-multi-app": "^1.1.0",
"topthink/think-view": "^2.0", "topthink/think-view": "2.0.0",
"topthink/think-captcha": "^3.0", "topthink/think-captcha": "^3.0",
"topthink/think-filesystem": "^2.0", "topthink/think-filesystem": "^2.0",
"aliyuncs/oss-sdk-php": "^2.6", "aliyuncs/oss-sdk-php": "^2.6",