Skip to content

Noah-Wilderom/custom-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom websockets driver

Config

config/broadcasting.php

    //

    'custom' => [
        'driver' => 'custom-broadcaster',
        'app_secret' => env('WEBSOCKETS_APP_SECRET'),
        'app_id' => env('WEBSOCKETS_APP_ID'),
        'host' => env('WEBSOCKETS_HOST'),
        'port' => env('WEBSOCKETS_PORT', 4001),
        'scheme' => env('WEBSOCKETS_SCHEME', 'ws'),
    ],

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages