webdevvicky / bagisto-phonepe-v2
Phonepe payment gateway for bagisto laravel open source ecommerce platform.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/webdevvicky/bagisto-phonepe-v2
README
This package provides a seamless integration of PhonePe payment gateway with Bagisto applications.
This integration uses PhonePe API Version 2
Installation
-
Install the package via Composer:
composer require webdevvicky/bagisto-phonepe -
Register the Phonepe service provider in Bootstrap/providers.php:
Webdevvicky\Phonepe\Providers\PhonepeServiceProvider::class,
-
Navigate to your admin panel: Go to Configure/Payment Methods Phonepe will appear at the end of the payment method list
-
Add the Phonepe route to CSRF token verification exceptions in bootstrap/app.php withMiddleware(function (Middleware $middleware) :
$middleware->validateCsrfTokens(except: [ '/phonepe/callback', ]);
- Clear your configuration cache:
php artisan config:cache
Originally developed by Vfix Technology
Modified and maintained by webdevvicky