承接 digitaltolk/multiple-broadcaster 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

digitaltolk/multiple-broadcaster

最新稳定版本:v1.2.0

Composer 安装命令:

composer require digitaltolk/multiple-broadcaster

包简介

Multiple broadcast driver for Laravel

README 文档

README

This driver will enable your app to support multiple drivers for broadcasting.

How does this driver work?

It will just loop through your specified broadcast connections and execute each just like when you set it as default.

Requirements

You must already have configured broadcasting. It is my assumption that you already have a working broadcast configuration that you wish to extend it and support other broadcast driver simultaneously.

Installation

  1. composer require digitaltolk/multiple-broadcaster
  2. Next, go into your config/broadcasting.php file and add the following lines accordingly:
     return [ ........ 'connections' => [ 'multiple' => [ 'driver' => 'multiple', 'connections' => ['log', 'pusher'], ], ] ];
  3. Lastly, on your .env file, set the BROADCAST_DRIVER to multiple.

Authors

统计信息

  • 总下载量: 59.59k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 15
  • Watchers: 3
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04