mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 11:26:16 +02:00
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:
parent
8de5700310
commit
7fcc9b8e97
11
README.md
11
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user