Update README: PHP 8.5, Ubuntu 26.04

This commit is contained in:
root
2026-06-04 19:24:51 +02:00
parent e96e2a0fd3
commit 4487084614
+5 -5
View File
@@ -147,7 +147,7 @@ Database credentials are read automatically from the Laravel `.env` file.
| Component | Requirement |
| ------------- | ------------------------------- |
| **PHP** | 8.1 or higher |
| **PHP** | 8.5 or higher |
| **Database** | MariaDB 10.6+ or MySQL 8.0+ |
| **Web Server**| Apache (mod_rewrite) or Nginx |
| **Node.js** | 20 or higher |
@@ -160,15 +160,15 @@ Database credentials are read automatically from the Laravel `.env` file.
## Installation
### Linux (Ubuntu / Debian)
### Linux (Ubuntu 26.04 / Debian)
```bash
# 1. System dependencies
sudo apt update
sudo apt install -y git curl wget unzip nginx mariadb-server \
php8.3 php8.3-cli php8.3-fpm php8.3-mysql php8.3-xml \
php8.3-mbstring php8.3-curl php8.3-zip php8.3-bcmath \
php8.3-gd php8.3-sockets php8.3-intl
php8.5 php8.5-cli php8.5-fpm php8.5-mysql php8.5-xml \
php8.5-mbstring php8.5-curl php8.5-zip php8.5-bcmath \
php8.5-gd php8.5-sockets php8.5-intl
# 2. Install Composer
curl -sS https://getcomposer.org/installer | php