skip to Main Content

Laravel reverb with ssl on nginx

Currently changing beyondcode/laravel-websockets for laravel/reverb Reverb and laravel echo success running on local without ssl I use a simple chirper laravel app: https://github.com/jbarreraballestas/laravel-chirper-react-realtime/tree/laravel-reverb config/reverb.php 'servers' => [ 'reverb' => [ 'host' => env('REVERB_SERVER_HOST', '0.0.0.0'), 'port' => env('REVERB_SERVER_PORT', 8080), 'hostname' =>…

VIEW QUESTION

Laravel Websockets with separate servers – Nginx

I'm trying to implement Laravel Websockets with multiple servers. I have an App server and a Queue Worker server running. I tried to broadcast my notifications from the Queue Worker server but I'm getting lluminateBroadcastingBroadcastException: Pusher error: . in /home/forge/my-app/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/PusherBroadcaster.php:128…

VIEW QUESTION

Redis – Unable to locate publishable resources

I have tried tried to publish this package using php artisan vendor:publish --provider="BeyondCodeLaravelWebSocketsWebSocketsServiceProvider" --tag="migrations" but I am getting Unable to locate publishable resources publishing complete I dont know what is the cause of the problem. Anybody who can help me.…

VIEW QUESTION
Back To Top
Search