Installation with Composer
warning
You need to have WebForms Pro 3 installed prior to this add-on installation.
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-digital-signature
php bin/magento module:enable MageMe_WebFormsDigitalSignature
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-digital-signature