vfixtechnology/bagisto-razorpay

Razorpay payment gateway for bagisto laravel open source ecommerce platform.

v1.0.7 2025-04-04 14:21 UTC

This package is auto-updated.

Last update: 2025-04-06 15:06:48 UTC


README

This package provides a seamless integration of Razorpay payment gateway with Bagisto applications.

Installation

  1. Install the package via Composer:
composer require vfixtechnology/razorpay
  1. Register the Razorpay service provider in Bootstrap/providers.php:
 Vfixtechnology\Razorpay\Providers\RazorpayServiceProvider::class,
  1. Navigate to your admin panel: Go to Configure/Payment Methods Razorpay will appear at the end of the payment method list

  2. Add the Razorpay route to CSRF token verification exceptions in bootstrap/app.php withMiddleware(function (Middleware $middleware) :

$middleware->validateCsrfTokens(except: [
   '/razorpaycheck',
]);
  1. Clear your configuration cache:
php artisan config:cache

Support This Project

If you find this package useful, please consider showing your support by:

⭐ Giving the repository a star on GitHub
📣 Sharing it with your developer community
🐛 Reporting any issues you encounter

Your support helps maintain and improve this project for everyone.

For any help or customization, visit https://www.vfixtechnology.com or email us info@vfixtechnology.com