vian-technologies/bagisto-razorpay

Razorpay payment gateway for bagisto laravel open source ecommerce platform.

1.0.0 2022-12-25 13:44 UTC

This package is auto-updated.

Last update: 2025-04-25 18:55:37 UTC


README

Razorpay is a popular payment gateway in India. This package provides a additional strong help for the user to use the Razorpay payment gateway in their Bagisto laravel ecommerce application.

Extension to Integrate Razorpay payment gateway with bagisto laravel ecommerce.

Automatic Installation

  1. Use command prompt to run this package composer require vian-technologies/bagisto-razorpay
  2. Now open the command prompt and run composer dump-autoload.
  3. Now run php artisan config:cache
  4. Now go to your bagisto admin section admin/configuration/sales/paymentmethods you will see the new payment gateway razorpay.
  5. Now open app\Http\Middleware\VerifyCsrfToken.php and add this route to the exception list.
protected $except = [
    '/razorpaycheck',
];

For any help or customisation email us viantechnologies1@gmail.com