Package Data | |
---|---|
Maintainer Username: | core45 |
Maintainer Contact: | kornel@outlook.com (Kornel Kornecki) |
Package Create Date: | 2016-09-27 |
Package Last Update: | 2017-03-14 |
Language: | PHP |
License: | BSD License (3-clause) |
Last Refreshed: | 2024-11-19 03:12:59 |
Package Statistics | |
---|---|
Total Downloads: | 324 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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,