Will Filament work with Laravel Reverb or does it need some config?
I just bumped my Laravel app to v11 and upgraded filament to latest version. There were some broadcast notifications that were being sent using Pusher and I am thinking of switching to Laravel Reverb. Will Filament work with that?
11 Replies
filament uses echo. reverb works with echo. why it shouldn't work?
I tried to get it working, however, it seems like it is always falling back to pusher
I used soketi and tried reverb, because I thought it should be a simple switch. Channel Auth works, however broadcasting does not for some reason... :/
It works perfectly fine with reverb π You just have to set the configuration correctly and it won't cause any issues (you have to publish config file and change things there!)
can you please tell what did you change? since the configurations from reverb is different from pusher
Maybe this will help https://laraveldaily.com/post/configure-laravel-reverb-filament-broadcasting
Laravel Daily
Configure Laravel Reverb in Filament Broadcasting
Awesome, thanks!
Sorry for late reply - Krekas has given my written resource, so that should definitely help you!
Is there a big advantage to switching it over to reverb? I haven't dug too much into reverb yet..
Depends what you want, Reverb massively scalable which is handy if you want to grow quick.
I want easy. lol. I've spent an ungodly amount of time messing around with broadcast notifications. Much less since I switched over to filament, but just wondering if it's worth investigating.