hxsd/ding
Composer 安装命令:
composer require hxsd/ding
包简介
ding ding laravel package
README 文档
README
Requirements
- PHP >= 7.0.0
- Laravel >= 5.5.0
Installation
This package requires PHP 7+ and Laravel 5.5
First, install laravel 5.5
composer require hxsd/ding
add the ServiceProvider to the providers array in config/app.php
\HXSD\Ding\Providers\DingProvider::class,
add this to your facades in app.php
'Ding' => \HXSD\Ding\Facades\Ding::class,
Then run these commands to publish assets and config:
php artisan vendor:publish --provider="HXSD\Ding\Providers\DingProvider"
Configurations
The file config/ding.php contains an array of configurations, you can find the default configurations in there.
'auth_info' => [ // ding CorpId 'corp_id' => '', // Company secret key 'corp_secret' => '', // sso secret key 'sso_secret' => '', // channel secret key 'channel_secret' => '', ],
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-09