vian-technologies / bagisto-razorpay
Razorpay payment gateway for bagisto laravel open source ecommerce platform.
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/vian-technologies/bagisto-razorpay
This package is auto-updated.
Last update: 2025-11-25 20:17:36 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