From dd60543c67d55ad3c429586201307d443ddfd2cb Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Sat, 19 Mar 2016 21:53:58 +0530 Subject: [PATCH] Update README with installation guide for magento 2.0 --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd84d14d..17730553 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,24 @@ This extension utilizes Razorpay API and provides seamless integration with Mage ### Installation -Install the extension through magento connect in your account. +Install the extension through composer package manager. -Once installed, it can be configured under Configuration->Payment Gateways. If you run into any problems, please make sure you are using the 2.0 magento connect extension and you have Stable set as your preferred state in the magento connect settings. +``` +composer require razorpay/magento dev-master-2.x +bin/magento module:enable Razorpay_Magneto +``` -If you do not see Razorpay in your gateway list, please clear your Magento Cache from your admin -panel (System -> Cache Management). -## Alternative Install +You can check if the module has been installed using `bin/magento module:status` + +You should be able to see `Razorpay_Magento` in the module list + -Download this repo. Merge the app folder in this repo with the app folder in your magento installation directory. Once installed, it can be configured under Configuration->Payment Gateways. +Go to `Admin -> Stores -> Configuration -> Payment Method -> Razorpay` to configure Razorpay + + +If you do not see Razorpay in your gateway list, please clear your Magento Cache from your admin +panel (System -> Cache Management). ### Support