© 2026 Hedgehog Software, LLC
php artisan vendor:publish --tag=filament-config
'broadcasting' => [ // 'echo' => [ // 'broadcaster' => 'pusher', // 'key' => env('VITE_PUSHER_APP_KEY'), // 'cluster' => env('VITE_PUSHER_APP_CLUSTER'), // 'wsHost' => env('VITE_PUSHER_HOST'), // 'wsPort' => env('VITE_PUSHER_PORT'), // 'wssPort' => env('VITE_PUSHER_PORT'), // 'authEndpoint' => '/broadcasting/auth', // 'disableStats' => true, // 'encrypted' => true, // 'forceTLS' => true, // ], ],
'broadcasting' => [ 'echo' => [ 'broadcaster' => 'reverb', 'key' => env('VITE_REVERB_APP_KEY'), 'cluster' => env('VITE_REVERB_APP_CLUSTER'), 'wsHost' => env('VITE_REVERB_HOST'), 'wsPort' => env('VITE_REVERB_PORT'), 'wssPort' => env('VITE_REVERB_PORT'), 'authEndpoint' => '/broadcasting/auth', 'disableStats' => true, 'encrypted' => true, 'forceTLS' => true, ], ],
data : "{\"code\":4001,\"message\":\"Application does not exist\"}" event : "pusher:error"