Documentation Index

Fetch the complete documentation index at: https://docs.mapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Installation

Prev Next

The Mapp Cloud plugin for Adobe Commerce (Magento) is available on the Adobe Commerce Marketplace and for download via GitHub.

Installation via Composer (recommended)

Install the plugin with Composer from the Adobe Commerce/Magento root directory, then run the setup upgrade:

$ composer require mapp_digital/cloud
$ php ./bin/magento setup:upgrade

Installation from GitHub

Extract the content of the zip file into the app/code. Then use the following command in the Adobe Commerce/Magento directory to install it:

$ php ./bin/magento setup:upgrade

Having done that, you are ready to configure the plugin.