Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down