upgrade to php8.2

This commit is contained in:
xboard 2025-01-10 13:14:53 +08:00
parent e7745cb4d9
commit 42f1bb2ded
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM phpswoole/swoole:php8.1-alpine FROM phpswoole/swoole:php8.2-alpine
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions pcntl bcmath \ RUN install-php-extensions pcntl bcmath \

View File

@ -6,6 +6,7 @@ Xboard New是基于Xboard二次开发重写后台管理并优化系统架构
# Xboard New 特点 # Xboard New 特点
基于Xboard 二次开发,增加了以下特性 基于Xboard 二次开发,增加了以下特性
- 升级Laravel11
- 增加Octane支持 - 增加Octane支持
- 使用React + Shadcn UI + TailwindCSS重构后台管理 - 使用React + Shadcn UI + TailwindCSS重构后台管理
- 使用Vue3 + TypeScript + NaiveUI + Unocss + Pinia重构用户前端 - 使用Vue3 + TypeScript + NaiveUI + Unocss + Pinia重构用户前端
@ -16,7 +17,7 @@ Xboard New是基于Xboard二次开发重写后台管理并优化系统架构
- 优化系统架构,提升可维护性 - 优化系统架构,提升可维护性
# **系统架构** # **系统架构**
- PHP8.1+ - PHP8.2+
- Composer - Composer
- MySQL5.7+ - MySQL5.7+
- Redis - Redis

View File

@ -18,7 +18,7 @@ bash install_6.0_en.sh aapanel
1. 在 aaPanel 中安装 LNMP 1. 在 aaPanel 中安装 LNMP
- Nginx任意版本 - Nginx任意版本
- MySQL 5.7 - MySQL 5.7
- PHP 8.1 - PHP 8.2
2. 安装 PHP 扩展: 2. 安装 PHP 扩展:
- redis - redis