fhferreira / gocardless-pro-laravel
Package for gocardless with Laravel.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/fhferreira/gocardless-pro-laravel
Requires
- php: >=5.3.7
- gocardless/gocardless-pro: *
- illuminate/support: ~4.0
Requires (Dev)
- phpunit/phpunit: ~4.5
README
#Laravel 4 GoCardLess package
Easily integrate your app with GoCardLess
Created and maintained by Flávio H. Ferreira. Copyright © 2016. Licensed under the [MIT license]
In the $providers array add the following service provider for this package.
'Fhferreira\GoCardLess\GoCardLessServiceProvider',
In the $aliases array add the following facade for this package.
'GoCardLess' => 'Fhferreira\GoCardLess\Facades\GoCardLess',
Run the publish for create the config file on app/config/packages/fhferreira/gocardless-pro-laravel
php artisan config:publish fhferreira/gocardless-pro-laravel