dagar/bagisto-razorpay

Razorpay Bagisto Integration

Maintainers

Package info

github.com/4nkitd/bagisto-razorpay

Type:composer-package

pkg:composer/dagar/bagisto-razorpay

Statistics

Installs: 43

Dependents: 1

Suggesters: 0

Stars: 4

Open Issues: 3

v0.0.4 2021-12-17 17:58 UTC

This package is auto-updated.

Last update: 2026-03-18 04:21:35 UTC


README

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

    composer require razorpay/razorpay

use composer

    composer require dagar/razorpay-bagisto

Compose Views

    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.