We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b4cf4 commit 78e2795Copy full SHA for 78e2795
01-installation.md
@@ -7,13 +7,14 @@ menu: true
7
8
MintyPHP is simple and easy to install.
9
The minimum requirements are a web server and a copy of MintyPHP, that’s it!
10
-MintyPHP will run on a variety of web servers and operating systems.
+MintyPHP will run on a a linux web server running PHP + MySQL + Memcache
11
12
## Requirements
13
14
- Apache or nginx (rewrite is not required)
15
-- PHP 7 or greater
+- PHP 8 or greater
16
- mysqli PHP extension
17
+- memcache PHP extension
18
19
While a database engine isn’t required, most applications will utilize one.
20
MintyPHP supports MariaDB (and other MySQL compatible databases).
0 commit comments