To install Magento 2 Extension you can choose either of the two options mentioned below:
Option 1:
Step 1 : Download the extension.
Step 2 : Unzip the extension file in a temporary directory.
Step 3 : Upload the extension file in your Magento Installation Root Directory.
Step 4 : After uploading the extension in root directory, disable the cache in Cache Management in System, i.e. System >> Cache Management.
Step 5 : Now enter the following at command line: php f bin/magento setup:upgrade
Step 6 : Now check the module in Admin Panel by going to Stores >> Configuration >> Advanced >> Advanced.
Option 2:
Step 1 : Download the extension.
Step 2 : Unzip the extension file in a temporary directory.
Step 3: Upload the extension file in your Magento Installation Root Directory.
Step 4: After uploading the extension in root directory, disable the cache in Cache Management in System, i.e. System >> Cache Management. Then edit the app/etc/config.php file and three line code:
‘Magentomobileshop_Connector’ => 1
Step 5 : Now check the module in Admin Panel by going to Stores >> Configuration >> Advanced >> Advanced.
>> UPGRADING DATABASE
If you need to upgrade the database, run the following command line:
php f bin/magento setup:dbschema:upgrade
Leave a Reply