Skip to main content

How to Install the Breeze Compatibility Module

Install from Zip File

Download the MageMe_WebFormzBreeze zip file from your account area My Downloads section. Make sure following folder is writeable:

app / code

  1. Copy «app» folder to your Magento directory so that it merges with «app» folder of your site.

  2. Execute commands:

php bin/magento module:enable MageMe_WebFormsBreeze
php bin/magento setup:upgrade

Install via Composer

Please make sure your Update and Support plan is active as the access to composer packages depends on it.

Execute the command:

composer require mageme/module-webforms-3-breeze
php bin/magento module:enable MageMe_WebFormsBreeze
php bin/magento setup:upgrade