deniztezcan/laravel-channable
最新稳定版本:0.3.0
Composer 安装命令:
composer require deniztezcan/laravel-channable
包简介
Laravel package for the Channable API
关键字:
README 文档
README
A Laravel package for the Channable API.
Instalation
composer require deniztezcan/laravel-channable
Add the facade to the facades array:
'aliases' => [ //other things here 'Channable' => DenizTezcan\Channable\Facades\Channable::class, ];
Finally, publish the configuration files:
php artisan vendor:publish --provider="DenizTezcan\Channable\ChannableServiceProvider"
Configuration
Please set your API key: CHANNABLE_BEARER_TOKEN and CHANNABLE_COMPANY_ID in your .env file.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-07