https://github.com/4nkitd/bagisto-razorpay
Razorpay Bagisto Integration
https://github.com/4nkitd/bagisto-razorpay
bagisto bagisto-package payment-gateway razorpay
Last synced: 6 months ago
JSON representation
Razorpay Bagisto Integration
- Host: GitHub
- URL: https://github.com/4nkitd/bagisto-razorpay
- Owner: 4nkitd
- License: mit
- Created: 2021-12-12T08:24:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T18:35:08.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T00:52:48.538Z (6 months ago)
- Topics: bagisto, bagisto-package, payment-gateway, razorpay
- Language: PHP
- Homepage: https://4nkitd.github.io/bagisto-razorpay/
- Size: 60.5 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bagisto/Razorpay
### Extension to Integrate Razorpay payment gateway with bagisto laravel ecommerce.
![]()
![]()
![]()
## Reason of existence
their is are a few razorpay integration extension are present on github but the installation process is not good## Install
requirements
```bash
composer require razorpay/razorpay
```use composer
```bash
composer require dagar/razorpay-bagisto
```Compose Views
```bash
php artisan optimize
php artisan route:cache
php artisan config:cache
php artisan view:cachephp artisan migrate
```## Configure
Route `$BASE_URI$/admin/configuration/sales/paymentmethods`
![]()
## Issues if you find any issue you can report them to the github issues page.