Start typing to search...

Installation Guide

admin
May 31, 2026
0 views

6 Installation Guide

  1. Open your command line interface and navigate to your Magento installation directory.

  2. Run: composer require ewebecommerce/country-phone to add the package to your Magento installation.

  3. Execute: bin/magento setup:upgrade to update your Magento database with the new module’s setups.

  4. Compile your stores using: bin/magento setup:di:compile to ensure all dependencies are correctly generated.

  5. Finally, clear cached data with: bin/magento cache:clean for the changes to take effect fully on your frontend and backend.

Documentation Assistant
Hi! I'm your documentation assistant. Ask me anything and I'll search our docs for you.