From e8f3e37ae1df6a49fe778657f2c01afc11cad0a0 Mon Sep 17 00:00:00 2001 From: Prasun Srivastav Date: Tue, 23 Dec 2025 19:46:01 +0530 Subject: [PATCH] Update documentation and environment to support PHP 8.x --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 06d28bb..d4690c4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Single User Mode: Workshop Mode: ![Workshop Mode](https://raw.githubusercontent.com/shivamdixit/WebGoatPHP/master/images/workshop_dashboard.png "Workshop Mode") +### Requirements +* PHP >= 8.1 +* Apache / Nginx +* MySQL or SQLite +* PHP extensions: mysqli, pdo, pdo_mysql, pdo_sqlite + ### Installation * Clone the git repo. `git clone https://github.com/shivamdixit/WebGoatPHP.git` @@ -34,6 +40,8 @@ Workshop Mode: * Enter your database connection details in app/config/application.php (Line 52) * Open the application from localhost * Default username:password for single-user mode: `guest:guest` +* Ensure PHP 8.1 or higher is installed + ### Contribute