An open API service indexing awesome lists of open source software.

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

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:cache

php 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.