Broadcastr Setup
Pusher allows you to add realtime, scalable features to your applications.
Setting up Pusher will enable broadcasting events over websockets in your Laravel application.
Using Redis for broadcasting leverages your Redis server to publish events that can be received
by websocket connections. This requires a Redis server to be configured and running.
Log broadcasting will write all broadcast events to your application logs instead of sending
them to a real broadcasting service. You will find these at storage/logs/laravel.log.
Null broadcasting disables broadcasting completely. No events will be broadcast when this driver is selected.
Please note that you can change these settings at any time by modifying your .env file
or updating config/broadcasting.php.