2

https://github.com/EaDesgin/Magento2-City-Dropdown

I need to know, where should I extract the files of this plugin.(paths need app/code/ .... / ...)
Also need proper steps for installation.

fmsthird
  • 4,592
  • 4
  • 17
  • 41
BathiyaD
  • 53
  • 7

2 Answers2

0

Follow this on how to install that module on your Magento Webshop

  1. Copy its files to your_Magento_root/app/code/Eadesigndev/RomCity
  2. After copying, run the upgrade command
    php bin/magento setup:upgrade
    then redeploy static content
    php bin/magento setup:static-contents:deploy -f
fmsthird
  • 4,592
  • 4
  • 17
  • 41
0

Follow below Steps

  1. In app/code create folder named Eadesigndev
  2. Create RomCity folder with in that
  3. Copy all content in this and follow below steps
  4. run php bin/magento se:up command in CLI
  5. run php bin/magento s:d:c command in CLI
  6. run php bin/magento s:s:d -f command in CLI
Murtuza Zabuawala
  • 14,814
  • 9
  • 44
  • 75