How to Install Multi-Carrier Shipping Label extension for Magento 2.0

This article gives you step-by-step instructions to install Multi-Carrier Shipping Label extension for Magento 2.0.

  1. Get the folder containing the extension
  2. Move to app folder from Magento root. Create a folder code inside the app.
  3. Copy the extension folder you into the code folder.
  4. Login to your SSH. Navigate to bin folder from Magento root.
  5. In the terminal, Run
./magento module:status

You can see the extension under the list of disabled modules.


disable module

  • To enable the extension, Run
./magento module:enable module_name

module name

  • To see the extension listed under enabled modules, Run
./magento module:status

module status

  • To upgrade the extension, Run
./magento setup:upgrade

magento setup upgrade

  • To finish installation, Run
./magento setup:di:compile

compile

  • After this, Login as Magento admin and navigate to  Stores > Configuration > Sales > Delivery Method > Multi Carrier shipping label and click on Register.

Register for magento