fhferreira / gocardless-pro-laravel
为 Laravel 提供的 gocardless 包。
0.3.11
2016-07-09 22:59 UTC
Requires
- php: >=5.3.7
- gocardless/gocardless-pro: *
- illuminate/support: ~4.0
Requires (Dev)
- phpunit/phpunit: ~4.5
README
#Laravel 4 GoCardLess 包
轻松将您的应用程序与 GoCardLess 集成
由 Flávio H. Ferreira 创建和维护。版权 © 2016。许可协议为 MIT 协议
在 $providers 数组中,为该包添加以下服务提供者。
'Fhferreira\GoCardLess\GoCardLessServiceProvider',
在 $aliases 数组中,为该包添加以下门面。
'GoCardLess' => 'Fhferreira\GoCardLess\Facades\GoCardLess',
运行 publish 命令以创建 app/config/packages/fhferreira/gocardless-pro-laravel 的配置文件
php artisan config:publish fhferreira/gocardless-pro-laravel