Add PHP requirements in README
This commit is contained in:
parent
10f1d18e51
commit
a4eb9ba2fe
1 changed files with 9 additions and 0 deletions
|
@ -41,6 +41,15 @@ If you want to use a custom config, you need to create a config file:
|
|||
cp config.example.yml config.yml
|
||||
```
|
||||
|
||||
## PHP requirements
|
||||
|
||||
You will need PHP 5.5 (or higher) and the following PHP modules:
|
||||
|
||||
* fileinfo
|
||||
* intl
|
||||
* mbstring
|
||||
* curl
|
||||
|
||||
## Web server configuration
|
||||
|
||||
### Apache
|
||||
|
|
Loading…
Reference in a new issue