This is a sample for Shipping module in Magento 2. You are free to use this module as a base for developing any custom shipping modules.
Using Composer
Run the following series of command (from root of your Magento2 Installation):
composer config repositories.magesycho-magento2-custom-shipping git git@github.com:MagePsycho/magento2-custom-shipping.git
composer require magepsycho/magento2-custom-shipping:dev-master
Using Zip
- Download the Zip File
- Extract & upload the files to
/path/to/magento2/app/code/MagePsycho/Customshipping/
After installation by either means, enable the extension by running following commands (again from root of Magento2 installation):
php bin/magento module:enable MagePsycho_Customshipping --clear-static-content
php bin/magento setup:upgrade
Click here to read more on module packaging, installation & activation in Magento 2
- Screentshot - Backend Settings