vfixtechnology / bagisto-payu
Payu payment gateway for Bagisto Laravel ecommerce platform
v1.0.1
2025-04-05 05:11 UTC
Requires
- php: ^8.1|^8.2|^8.3
- laravel/framework: ^10.0|^11.0|^12.0
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-04-05 05:18:08 UTC
README
This package provides a seamless integration of Payu payment gateway with Bagisto applications.
Installation
- Install the package via Composer:
composer require vfixtechnology/bagisto-payu
- Register the Payu service provider in Bootstrap/providers.php:
Vfixtechnology\Payu\Providers\PayuServiceProvider::class,
-
Navigate to your admin panel: Go to Configure/Payment Methods Payu will appear at the end of the payment method list
-
Add the Payu route to CSRF token verification exceptions in bootstrap/app.php withMiddleware(function (Middleware $middleware) :
$middleware->validateCsrfTokens(except: [ '/payu-success', '/payu-failure' ]);
- 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.