fhferreira/gocardless-pro-laravel

Package for gocardless with Laravel.
22
Install
composer require fhferreira/gocardless-pro-laravel
Latest Version:0.3.11
PHP:>=5.3.7
License:MIT
Last Updated:Jul 9, 2016
Links: GitHub  ·  Packagist
Maintainer: fhferreira

#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

Related Packages

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,954,390 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 160
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

366,462 86
laravel/laravel

The skeleton application for the Laravel framework.

64,738,171 84,935