Improve documentation

This commit is contained in:
Dennis Eichhorn 2017-11-18 00:33:24 +01:00
parent c8faac1c8e
commit 6c070e71b1
2 changed files with 18 additions and 2 deletions

View File

@ -20,6 +20,12 @@ Make sure you have a database installed such as `MySQL` or `Postgresql` and the
The required php version is 7.1. Install php through your package manager, this may require you to add one additional repository to your package manager. Google for `How to install php 7.1 on XYZ`
#### Required Extensions
* PDO PHP Extension
#### Recommended Extensions
Extensions for php that may be required depending on your use case are:
* Memcache

View File

@ -4,5 +4,15 @@
* PHP >= 7.1
* PDO PHP Extension
* Mbstring PHP Extension
* MySQL, PostgreSQL, MicrosoftSQL or OracleSQL
* MySQL, PostgreSQL, MicrosoftSQL or OracleSQL
### Recommended Extensions
* Memcache
* Sqlite
* Socket
* Curl
* Imap
* bcmath
* zip
* mbstring