Install the ShipSmart Plugin on Magento
In this guide, we will show you how to install the ShipSmart plugin on Magento using Composer. Follow the steps below to ensure the plugin works correctly on your store.
Step-by-Step Installation:
1. Access the Repository
After receiving your API Token, request access to the module.
2. Configure Composer
In the store’s root composer.json file, add the repository:
"repositories": [
{
"type": "vcs",
"url": "git@github.com:Sway-Magento/shipSmart.git"
}]
3. Download the Module:
Run the composer require command to download the module:
composer require "sway/shipsmart"
4. Update and Compile Magento:
-
Update with:
php bin/magento setup:upgrade;
-
Compile the dependencies:
php bin/magento setup:di:compile