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
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
This package is not auto-updated.
Last update: 2025-01-28 04:22:55 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