Skip to content

4nkitd/bagisto-razorpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    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.