View Categories

Via Composer (for M2E Kaufland Connect)

2 min read

The M2E Kaufland Connect source code package is available on packagist.org. You can use Composer to install or upgrade the extension from this resource.

⚠️ Please note that Composer 1 will be fully deprecated in August 2025, and using it may cause version resolution issues or incomplete updates. Read more in this article.

Installation #

Follow these steps to install M2E Kaufland Connect:

Step 1. Install Composer Installer #

The Composer Installer is a tool that automatically installs or upgrades modules provided as dependent packages in your Adobe Commerce (Magento) Composer project.

Step 2. Add Composer Installer dependency #

Provide the Composer Installer as a dependence on the composer.json file of your project. Run the following command:

composer require m2e/kaufland-adobe-commerce

Step 3. Finalize the installation #

Run the following commands to complete the installation process:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

That's it! M2E Kaufland Connect has been successfully installed.

Set up the extension as needed and start managing your sales on Kaufland via M2E Connect.

Upgrade #

No data will be lost during the upgrade process, but it is strongly recommended to back up your system before proceeding.

Follow these steps to upgrade M2E Kaufland Connect:

Step 1. Run the update command #

Execute the following command to download updated files and upgrade the module:

composer update m2e/kaufland-adobe-commerce -W

Step 2. Finalize the upgrade #

Run the following commands to complete the upgrade process:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Congratulations! Your M2E Kaufland Connect extension has been successfully upgraded.

Leave a comment

Your email address will not be published. Required fields are marked *