How to add/Insert Extension in magento 2.0?

前端 未结 3 1542
囚心锁ツ
囚心锁ツ 2021-01-15 17:18

I tried to add the external magento-2 extension but I can\'t add it because I can\'t find magento-connect in admin side. I think the admin panel doesn\'t have magento-connec

3条回答
  •  一向
    一向 (楼主)
    2021-01-15 17:48

    Firstly download the extension you want to install. Then unzip it. Open Filezilla and copy or upload app folder to your Magento 2 public_html folder. Once files are uploaded. Run the following SSH commands using Putty.

    • php bin/magento setup:upgrade
    • php bin/magento setup:di:compile
    • php bin/magento cache:clean
    • php bin/magento cache:flush

    You can then go in to the Magento 2 backend and Refresh Cache. That is how to add or install an extension.

提交回复
热议问题