dagar/bagisto-razorpay

Razorpay Bagisto Integration

Installs: 31

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 2

Open Issues: 2

Type:composer-package

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

This package is auto-updated.

Last update: 2025-03-18 02:19:59 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.