fhferreira/gocardless-pro-laravel
Composer 安装命令:
composer require fhferreira/gocardless-pro-laravel
包简介
Package for gocardless with Laravel.
关键字:
README 文档
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
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-08