aboutsummaryrefslogtreecommitdiff
path: root/content/_pages/requirements.md
blob: 2abc89a7cc66e3e80ce5db5b2a1981831043af87 (plain)
1
2
3
4
5
6
7
8
# Requirements

1. `PHP 7.3` or higher
2. If using Linux, you will require the following packages in order to convert your images to base64 encoding:
    - PHP XML -> `sudo apt-get install php-xml`
    - PHP mbstring -> `sudo apt-get install php-mbstring`

That's really it!