shurjopay / laravel
Online Payment Gateway
Installs: 150
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2025-06-16 10:56:28 UTC
README
composer require shurjopay/laravel
After successful installation of shurjopay-laravel-package, go to your project and open config folder and then click on app.php file. Append the following line in providers array.
shurjopay\ShurjopayLaravelPackage\ShurjopayServiceProvider::class,
-
Add this to your controller use shurjopay\ShurjopayLaravelPackage\Http\Controllers\ShurjopayController;
-
Call payment method $shurjopay_service = new ShurjopayController(); return $shurjopay_service->checkout($info,$school_id);