alexcode/laravel-sumup
Composer 安装命令:
composer require alexcode/laravel-sumup
包简介
Laravel 5.6 integration for the Sumup PHP SDK.
README 文档
README
Install via composer
composer require alexcode/laravel-sumup
Add service provider ( Laravel 5.4 or below )
Add the service provider to the providers array in the config/app.php config file as follows:
'providers' => [ ... Alexcode\Sumup\Laravel\LaravelServiceProvider::class, ]
Publish the config
Run the following command to publish the package config file:
php artisan vendor:publish --provider="Alexcode\Sumup\Laravel\LaravelServiceProvider::class"
You should now have a config/sumup.php file that allows you to configure the basics of this package.
Add the .env vars
Add SUMUP_CLIENT_ID and SUMUP_SECRET in your .env. You will find the values in https://me.sumup.com/developers
More doc on the Sumup-php lib
统计信息
- 总下载量: 1.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-27