Installation & Updates - Alekseon/magento2-widget-forms GitHub Wiki

Installation

In your Magento2 root directory, you may install this package via composer:

composer require alekseon/widget-forms 
bin/magento setup:upgrade  

Hyvä Compat Module Installation

composer require hyva-themes/magento2-alekseon-widget-forms
bin/magento setup:upgrade

more: https://gitlab.hyva.io/hyva-themes/hyva-compat/magento2-alekseon-widget-forms

Updates

Packages can be update separatelly by following order:

composer update alekseon/alekseon-eav
composer update alekseon/custom-forms-builder
composer update alekseon/custom-forms-frontend
composer update alekseon/widget-forms
composer update alekseon/custom-forms-email-notification
composer update alekseon/widget-forms-re-captcha
composer update alekseon/widget-forms-statistics

or update all by one line command:

composer update alekseon/alekseon-eav alekseon/custom-forms-builder alekseon/custom-forms-frontend alekseon/widget-forms alekseon/custom-forms-email-notification alekseon/widget-forms-re-captcha alekseon/widget-forms-statistics