vian-technologies / bagisto-razorpay
Razorpay payment gateway for bagisto laravel open source ecommerce platform.
Package info
github.com/vian-technologies/bagisto-razorpay
pkg:composer/vian-technologies/bagisto-razorpay
1.0.0
2022-12-25 13:44 UTC
This package is auto-updated.
Last update: 2026-03-25 21:07:39 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
- Use command prompt to run this package
composer require vian-technologies/bagisto-razorpay - Now open the command prompt and run
composer dump-autoload. - Now run
php artisan config:cache - Now go to your bagisto admin section
admin/configuration/sales/paymentmethodsyou will see the new payment gateway razorpay. - Now open
app\Http\Middleware\VerifyCsrfToken.phpand add this route to the exception list.
protected $except = [ '/razorpaycheck', ];
For any help or customisation email us viantechnologies1@gmail.com