文件名称:intercom:Laravel 的对讲 API [Macroable] 客户端适配器
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-18 04:40:02
api php laravel intercom PHP
Mediumart 对讲机 Mediumart 对讲客户端是可宏的! 安装 要安装,首先需要通过 composer 安装包: $ composer require mediumart/intercom 接下来将以下内容添加到'providers'数组内的config/app.php : Mediumart \ Intercom \ IntercomServiceProvider ::class 以及'aliases'数组中的外观引用: 'Intercom' => Mediumart \ Intercom \ Intercom ::class 配置 您需要从您的帐户创建一个具有关联access_token的app 。 您可以在找到有关如何执行。 获得访问令牌后,打开 Laravel 项目中的config/services.php并为intercom服务添加一个密钥,如下所示
【文件预览】:
intercom-master
----.gitignore(59B)
----tests()
--------Unit()
--------TestCase.php(458B)
----composer.lock(122KB)
----composer.json(1KB)
----phpunit.xml.dist(918B)
----.scrutinizer.yml(39B)
----.coveralls.yml(60B)
----src()
--------IntercomClient.php(722B)
--------Intercom.php(279B)
--------IntercomServiceProvider.php(890B)
--------Client.php(3KB)
----readme.md(4KB)
----LICENSE.txt(1KB)
----.travis.yml(453B)