Minimum Requirements

Database

  • MySQL: Version 5.6 or later.
  • MariaDB: Version 10.2 or later.

PHP

  • Version: PHP 7.4 or later.
  • Extensions: Ensure the following PHP extensions are enabled:
    • mysqli (for MySQL/MariaDB connectivity)
    • gd (for image processing)
    • imagemagick (improved image processing, faster then gd)
    • curl (for external API calls)
    • openssl (for secure connections)
    • zip (for plugin and theme installations)
    • mbstring (for multibyte string handling)