jay / paypal
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jay/paypal
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
This package is not auto-updated.
Last update: 2025-10-21 08:04:26 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