Actually I know how to install extension which are are available in the stores. But my problem is how to install extension in Magento 2 which is installed locally and I have third party extension downloaded locally.
Actually I know how to install extension which are are available in the stores. But my problem is how to install extension in Magento 2 which is installed locally and I have third party extension downloaded locally.
2
Answers
You can install downloaded extension by just copying files from extension folder into app/code folder.
Mycompany_Custommenu
and you upload extension to/var/www/html/extension/
folder path.Run below command in terminal.
Next run below command.
Run
setup:upgrade
to enable Module.