README.md: add required php modules for installation

Fix the following errors:
Unable to run Grocy: PHP module 'iconv' not installed, but required.
Unable to run Grocy: PHP module 'tokenizer' not installed, but required.
This commit is contained in:
Raymond Hackley 2025-05-06 10:33:37 +00:00
parent 8de5700310
commit 7fcc9b8e97

View File

@ -51,7 +51,16 @@ See the website for more installation guides and troubleshooting help. → [h
### Platform support
- PHP 8.2 or 8.3 (with SQLite 3.34.0+)
- Required PHP extensions: `fileinfo`, `pdo_sqlite`, `gd`, `ctype`, `intl`, `zlib`, `mbstring`
- Required PHP extensions:
- `ctype`
- `fileinfo`
- `gd`
- `iconv`
- `intl`
- `mbstring`
- `pdo_sqlite`
- `tokenizer`
- `zlib`
- _Recommendation: Benchmark tests showed that e.g. unit conversion handling is up to 5 times faster when using a more recent (3.39.4+) SQLite version._
- Recent Firefox, Chrome or Edge