Quick start
Step 1: Upload extension
Upload extension so that folder structure is
“app/code/Kahanit/TableRateShipping/registration.php (extension files)”.
Step 2: Enable extension using below command at magento root
php bin/magento module:enable Kahanit_TableRateShipping
Step 3: Setup upgrade using below command at magento root
php bin/magento setup:upgrade
Step 4: Static content deploy using below command at magento root
php bin/magento setup:static-content:deploy
Step 5: Install dependency symfony expression language using below command at magento root
composer require symfony/expression-language:”~3.0.0″