core45/laravel-paytpv

Payment module of PAYTPV BankStore IFRAME/FULLSCREEN/XML/JET for Laravel 5.x

Installs: 324

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/core45/laravel-paytpv

1.0.6 2017-03-14 11:11 UTC

This package is not auto-updated.

Last update: 2025-10-02 00:14:20 UTC


README

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,