rochdi / payline
This package is abandoned and no longer maintained.
No replacement package was suggested.
Payment Payline SDKPHP V4 to Laravel 5.1
dev-master
2015-12-10 16:54 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5
This package is not auto-updated.
Last update: 2020-11-04 00:22:55 UTC
README
Installation
Add Scafold to your composer.json file to require Scafold :
require : {
"laravel/framework": "5.1.*",
"rochdi/payline": "dev-master"
}
Update Composer :
composer update
The next required step is to add the service provider to config/app.php :
Rochdi\Payline\PaylineServiceProvider::class,
Publish
The last required step is to publish configuration file payline.php in repository config with :
php artisan vendor:publish
Congratulations, you have successfully installed payline !