Payment module of PAYTPV BankStore IFRAME/FULLSCREEN/XML/JET for Laravel 5.x
core45/laravel-paytpv is a Laravel package for payment module of paytpv bankstore iframe/fullscreen/xml/jet for laravel 5.x.
It currently has 1 GitHub stars and 324 downloads on Packagist (latest version 1.0.6).
Install it with composer require core45/laravel-paytpv.
Discover more Laravel packages by core45
or browse all Laravel packages to compare alternatives.
Last updated
Payment module of PAYTPV BankStore IFRAME/FULLSCREEN/XML/JET for Laravel 5.x
#Setup composer require core45/laravel-paytpv @dev
edit Laravel's conf/app.php and add: in section: Application Service Providers...
Core45\Paytpv\PaytpvServiceProvider::class,
and in Class Aliases
'Paytpv' => Core45\Paytpv\PaytpvFacade::class,