Adding that SimpleXML and DOM are also needed.
This commit is contained in:
parent 8524d17d81
commit 45715834af
1 changed files with 1 additions and 1 deletions
| @ -19,7 +19,7 @@ Below are some different methods of installing BookStack. If you cannot find a g | |||
BookStack has similar requirements to Laravel: | ||||
| ||||
* PHP >= 7.0.0, Will need to be usable from the command line. | ||||
* PHP Extensions: `OpenSSL`, `PDO`, `MBstring`, `Tokenizer`, `GD`, `MySQLND`, `Tidy` | ||||
* PHP Extensions: `OpenSSL`, `PDO`, `MBstring`, `Tokenizer`, `GD`, `MySQLND`, `Tidy`, `SimpleXML`, `DOM` | ||||
* MySQL >= 5.6, Single DB *(All permissions advised since application manages schema)* | ||||
* Git *(Not strictly required but helps manage updates)* | ||||
* [Composer](https://getcomposer.org/) | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue