fhferreira / GoCardLess-Pro-Laravel by fhferreira

Package for gocardless with Laravel.
19
0
2
Package Data
Maintainer Username: fhferreira
Maintainer Contact: flaviometalvale@gmail.com (Flávio Henrique Ferreira)
Package Create Date: 2016-07-08
Package Last Update: 2016-07-09
Language: PHP
License: MIT
Last Refreshed: 2024-05-10 15:07:24
Package Statistics
Total Downloads: 19
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 2
Total Open Issues: 0

#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