28/07
2014
Wallogit.com
2017 © Pedro Peláez
Begin by installing this package through Composer. Edit your project's composer.json file to require jay/paypal., (*1)
"require": {
"laravel/framework": "4.1.*",
"jay/paypal": "dev-master"
}
Next, update Composer from the Terminal:, (*2)
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., (*3)
'Jay\Paypal\PaypalServiceProvider',
Next, you need to publish it's config file(s)., (*4)
Run php artisan config:publish jay/paypal
Next, you run paypal:install command on terminal., (*5)
php artisan paypal:install