1. 首页
  2. 数据库
  3. 其它
  4. discord notification channel:Laravel不和谐通知频道! :speech_balloon::left_speech_bubble

discord notification channel:Laravel不和谐通知频道! :speech_balloon::left_speech_bubble

上传者: 2021-03-27 02:03:33上传 ZIP文件 11.35KB 热度 19次
Laravel不和谐通知频道 介绍 通过Laravel通知通道通过Webhook发送带有Discord或Slack有效负载的Discord消息 特征 通过使用new (new SlackMessage)或$this->toSlack($notifiable) new (new SlackMessage)支持松弛有效负载 支持不和谐的Webhook负载 便于使用 安装 通过作曲家 composer require awssat/discord-notification-channel 用法 在您的通知中,您应该在via方法中定义discord频道 public function via ( $ notifiable ) { return [ 'mail' , 'discord' ]; } 你应该有一个toDiscord方法 public function toDiscord
下载地址
用户评论