PHPackages                             kanata-php/conveyor-laravel-broadcaster - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. kanata-php/conveyor-laravel-broadcaster

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kanata-php/conveyor-laravel-broadcaster
=======================================

Conveyor Laravel Broadcaster

0.1.13(1y ago)1215↓100%1PHP

Since Dec 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kanata-php/conveyor-laravel-broadcaster)[ Packagist](https://packagist.org/packages/kanata-php/conveyor-laravel-broadcaster)[ RSS](/packages/kanata-php-conveyor-laravel-broadcaster/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (23)Used By (1)

Conveyor Laravel Broadcaster
============================

[](#conveyor-laravel-broadcaster)

This is a Laravel Integration for [**Socket Conveyor**](http://socketconveyor.com). It allows you to use the Conveyor WebSocket server as a broadcasting driver for Laravel. This package doesn't need [**Jacked Server**](https://github.com/jacked-php/jacked-server), but just know that that web server is great!

This package allows the usage of Conveyor as a broadcasting driver in Laravel.

> To understand how to broadcast with Laravel, visit [Broadcasting](https://laravel.com/docs/11.x/broadcasting).

Quick Start
-----------

[](#quick-start)

**Table of Contents**

- [Step 1: Install the package via composer](#step-1-install-the-package-via-composer)
- [Step 2: Publish the configuration](#step-2-publish-the-configuration)
- [Step 3: Add Service Provider](#step-3-add-service-provider)
- [Step 4: Enable Laravel broadcasting](#step-4-enable-laravel-broadcasting)
- [Step 5: Add broadcasting config](#step-5-add-broadcasting-config)
- [Step 6: Migrate the database](#step-6-migrate-the-database)
- [Step 7: Install the Conveyor JS Client](#step-7-install-the-conveyor-js-client)
- [Extra: Simple Conveyor Server for this example](#extra-simple-conveyor-server-for-this-example)

#### Step 1: Install the package via composer

[](#step-1-install-the-package-via-composer)

```
composer require kanata-php/conveyor-laravel-broadcaster
```

#### Step 2: Publish the configuration

[](#step-2-publish-the-configuration)

```
php artisan vendor:publish --provider="Kanata\LaravelBroadcaster\ConveyorServiceProvider"
```

#### Step 3: Add Service Provider

[](#step-3-add-service-provider)

Laravel 10 backwards:

```
