rochdi / payline
Payment Payline SDKPHP V4 to Laravel 5.1
Installs: 573
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/rochdi/payline
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 !