laravel-slack-slash-command:使Laravel应用响应来自Slack的斜杠命令

时间:2024-02-24 06:36:27
【文件属性】:

文件名称:laravel-slack-slash-command:使Laravel应用响应来自Slack的斜杠命令

文件大小:242KB

文件格式:ZIP

更新时间:2024-02-24 06:36:27

notifications slack php laravel robots

使Laravel应用响应来自Slack的斜杠命令 该软件包可轻松使您的Laravel应用响应。 一旦在Slack上设置了Slash命令并将此程序包安装到Laravel应用中,就可以创建可以处理Slash命令的处理程序。 这是一个这样的处理程序的示例,该处理程序会将响应发送回松弛状态。 namespace App \ SlashCommandHandlers ; use App \ SlashCommand \ BaseHandler ; use Spatie \ SlashCommand \ Request ; use Spatie \ SlashCommand \ Response ; class CatchAll extends BaseHandler { /** * If this function returns true, the handle method will get called. * * @param \Spatie\SlashCommand\Request $request * * @return


【文件预览】:
laravel-slack-slash-command-master
----composer.json(1KB)
----config()
--------laravel-slack-slash-command.php(1KB)
--------.gitkeep(0B)
----docs()
--------changelog.md(195B)
--------images()
--------postcardware.md(432B)
--------installation-and-setup.md(3KB)
--------requirements.md(98B)
--------questions-and-issues.md(452B)
--------about-us.md(717B)
--------usage()
--------introduction.md(3KB)
--------_index.md(163B)
--------advanced-usage()
----.github()
--------workflows()
----CONTRIBUTING.md(3KB)
----src()
--------Response.php(4KB)
--------Jobs()
--------Exceptions()
--------Attachment.php(11KB)
--------AttachmentAction.php(3KB)
--------Controller.php(4KB)
--------SlashCommandServiceProvider.php(741B)
--------RequestSignature.php(1KB)
--------HandlesSlashCommand.php(182B)
--------Request.php(2KB)
--------Handlers()
--------AttachmentField.php(2KB)
----LICENSE.md(1KB)
----CHANGELOG.md(2KB)
----.styleci.yml(16B)
----README.md(6KB)
----.editorconfig(312B)

网友评论