Skip to content

Commit 555bb66

Browse files
authored
Add PHP extensions installation instructions
Added instructions for installing PHP extensions on Ubuntu.
1 parent 0f676b6 commit 555bb66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This repository will automatically check PRs for linting compliance.
3131

3232
1. Clone this repo (including submodules): `git clone <this-repo> --recurse-submodules`
3333
1. Install php v8.3
34+
1. Install PHP extensions (`apt install php-curl php-intl php-ldap php-mbstring php-mysql php-pdo php-xml` on Ubuntu)
3435
1. install [composer](https://getcomposer.org/)
3536
1. install PHP dependencies: `composer install`
3637
1. If you're on Windows, use [WSL](https://learn.microsoft.com/en-us/windows/wsl/)

0 commit comments

Comments
 (0)