Installation Guide
-
Open your CLI terminal and navigate to your Magento 2 root directory.
-
Run
composer require ewebecommerce/module-registration-field-suiteto fetch the module via Composer’s package management. -
After requiring the package, run the command
bin/magento setup:upgradeto update the module list. -
Run
bin/magento setup:di:compileto compile the dependency injections necessary for module functionality. -
Lastly, clear the cache using
bin/magento cache:cleanto ensure the new setup refreshes in your Magento environment.