2017 © Pedro Peláez
 

library payline

Payment Payline SDKPHP V4 to Laravel 5.1

image

rochdi/payline

Payment Payline SDKPHP V4 to Laravel 5.1

  • Thursday, December 10, 2015
  • by mehdirochdi
  • Repository
  • 2 Watchers
  • 1 Stars
  • 117 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Payline PHP SDK Laravel 5.1

Installation

Add Scafold to your composer.json file to require Scafold :, (*1)

    require : {
        "laravel/framework": "5.1.*",
        "rochdi/payline": "dev-master"
    }

Update Composer :, (*2)

    composer update

The next required step is to add the service provider to config/app.php :, (*3)

    Rochdi\Payline\PaylineServiceProvider::class,

Publish

The last required step is to publish configuration file payline.php in repository config with :, (*4)

    php artisan vendor:publish

Congratulations, you have successfully installed payline !, (*5)

The Versions

10/12 2015

dev-master

9999999-dev https://github.com/mehdirochdi/payline-sdk-laravel

Payment Payline SDKPHP V4 to Laravel 5.1

  Sources   Download

MIT

The Requires

 

by Mehdi Rochdi