Skip to main content

Installation with Composer

Get access to repository

Please use SSH client to connect to your Magento 2 server and navigate to your Magento 2 root directory.

Add our composer repository to your composer.json file with the following command:

composer config repositories.mageme composer https://repo.mageme.com && composer update

Use your personal authorization keys when asked. You can find your keys in your account area Composer Repository section.

Installation

Install the package with commands:

composer require mageme/module-webforms-3
php bin/magento module:enable {MageMe_Core,MageMe_WebForms}
php bin/magento setup:upgrade

Update

Update the package with commands:

composer update
php bin/magento setup:upgrade

Remove

Uninstall the package with command:

composer remove mageme/module-webforms-3

Sample forms

You can import sample forms using Import Form in the Manage Forms page:

sample-forms.zip