vfixtechnology/bagisto-stripe
最新稳定版本:v1.0.2
Composer 安装命令:
composer require vfixtechnology/bagisto-stripe
包简介
Stripe payment gateway for Bagisto Laravel ecommerce platform
README 文档
README
This package provides a seamless integration of Stripe payment gateway with Bagisto applications.
Installation
- Install the package via Composer:
composer require vfixtechnology/bagisto-stripe
- Register the Stripe service provider in Bootstrap/providers.php:
Vfixtechnology\Stripe\Providers\StripeServiceProvider::class,
-
Navigate to your admin panel: Go to Configure/Payment Methods Stripe will appear at the end of the payment method list
-
Add the Stripe route to CSRF token verification exceptions in bootstrap/app.php withMiddleware(function (Middleware $middleware) :
$middleware->validateCsrfTokens(except: [ '/stripe-success', '/stripe-cancel' ]);
- 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.
For any help or customization, visit https://www.vfixtechnology.com or email us info@vfixtechnology.com
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-04