php - How to install extension from Magento 2 official marketplace -
can't find out right way install extension.
example of extension
can't find in system > integrations "magento connect manager". right way install , similar extensions?
provided example of magento1.x ( magento connect used )
and asking magento2,x
https://marketplace.magento.com/extensions.html url magento2's extension
here need purchase extension , after have download link in account on sales order history
you need login in magento admin (system -> web setup wizard :: component manager) , login using public & private access key magento account.
than after can sync purchases magento installation
or else
you can download , install manually via command line
for command line installation need follow these steps
1) upload new module app/code/ 2) php bin/magento module:enable emizentech_newmodule 3) php bin/magento setup:upgrade
make sure change namespace of module
Comments
Post a Comment