shurjopay/laravel is a Laravel package for online payment gateway.
It currently has 0 GitHub stars and 182 downloads on Packagist.
Install it with composer require shurjopay/laravel.
Discover more Laravel packages by shurjopay
or browse all Laravel packages to compare alternatives.
Last updated
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);