vfixtechnology / bagisto-paytm
Paytm payment gateway for bagisto laravel open source ecommerce platform.
v1.0.2
2025-04-05 06:42 UTC
This package is auto-updated.
Last update: 2025-04-05 06:48:44 UTC
README
This package provides a seamless integration of Paytm payment gateway with Bagisto applications.
Installation
- Install the package via Composer:
composer require vfixtechnology/bagisto-paytm
- Register the Paytm service provider in Bootstrap/providers.php:
Vfixtechnology\Paytm\Providers\PaytmServiceProvider::class,
-
Navigate to your admin panel: Go to Configure/Payment Methods Paytm will appear at the end of the payment method list
-
Add the Paytm route to CSRF token verification exceptions in bootstrap/app.php withMiddleware(function (Middleware $middleware) :
$middleware->validateCsrfTokens(except: [ '/paytmcheck' ]);
- 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.