Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing magento plugins without using Magento Connect

Tags:

I have a plugin which my client has bought. Its a zip file. How can I install the plugin without using the Magento connect?

like image 613
mark rammmy Avatar asked Feb 02 '11 13:02

mark rammmy


People also ask

What are the two ways of installing an extension in Magento 2?

As you may know, there are two most popular ways of installing Magento 2 extension manually. The first one is to use COMMAND LINE (recommended) and the second one is to install manually using Magento configuration.


1 Answers

Usually you can just unzip, but you should check that directory structure is Magento style, it at least should have app/code/ app/etc/modules directories

like image 119
Ivan Chepurnyi Avatar answered Oct 24 '22 18:10

Ivan Chepurnyi