#Will Filament work with Laravel Reverb or does it need some config?
11 messages · Page 1 of 1 (latest)
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
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.