Installation Guide
6 Installation Guide
-
Open your command line interface and navigate to your Magento installation directory.
-
Run:
composer require ewebecommerce/country-phoneto add the package to your Magento installation. -
Execute:
bin/magento setup:upgradeto update your Magento database with the new module’s setups. -
Compile your stores using:
bin/magento setup:di:compileto ensure all dependencies are correctly generated. -
Finally, clear cached data with:
bin/magento cache:cleanfor the changes to take effect fully on your frontend and backend.