jay/paypal

There is no license information available for the latest version (dev-master) of this package.

dev-master 2014-07-28 07:00 UTC

This package is not auto-updated.

Last update: 2024-05-07 00:39:39 UTC


README

Begin by installing this package through Composer. Edit your project's composer.json file to require jay/paypal.


"require": {
    "laravel/framework": "4.1.*",
    "jay/paypal": "dev-master"
}

Next, update Composer from the Terminal:


composer update

Once this operation completes, the next step is to add the service provider. Open app/config/app.php, and add a new item to the providers array.


'Jay\Paypal\PaypalServiceProvider',

Next, you need to publish it's config file(s).


Run php artisan config:publish jay/paypal

Next, you run paypal:install command on terminal.


php artisan paypal:install