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-lite
php bin/magento module:enable {MageMe_Core,MageMe_WebFormsLite}
php bin/magento setup:upgrade
note
WebForms Lite is free and does not require a license key.
Update
Update the package with commands:
composer update
php bin/magento setup:upgrade
Remove
Uninstall the package with command:
composer remove mageme/module-webforms-lite
Sample forms
You can import sample forms using Import Form in the Manage Forms page: