Table of Contents |
---|
Installation and setup
Step 0: Minimum requirements
Magento: 2.4.3
PHP: 7.4
For older versions see
Step 1: Installation
To set up the Sequra extension, merchants can follow the classic Magento2 installation process by executing the subsequent commands:
...
If you have already used Sequra extensions, a merchant should consider migrating them into a unified extension sequra/magento2-core that contains the entire configuration in one place and remove those that are no longer necessary.
...
Require the latest version of the sequra/magento2-core extension:
composer require sequra/magento2-core
...