PHP INTL required for currency (numfmt_create undefined errors)

This commit is contained in:
Marcus Hill 2022-02-20 09:46:37 +00:00
parent c0f7c36fe5
commit 8f529fb659
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ ITFlow is self-hosted. There is a full installation guide in the [docs](https://
```
* PHP
```sh
sudo apt install php libapache2-mod-php
sudo apt install php libapache2-mod-php php-intl
```
* MariaDB
```sh