AbdoPrDZ / laravel_echo_null

This Package is the improved version of the original package "laravel_echo", with some modifications and features.
MIT License
2 stars 4 forks source link

Support laravel reverb #8

Open karim-mesghouni opened 4 months ago

brandon-watkins-avcrm commented 4 months ago

Also need please 🙏

AbdoPrDZ commented 4 months ago

Hi, I searched for laravel reverbs and i found that it uses the pusher client to connect. So All you have to do is put your ip in the client config

host: 'http://localhost'
karim-mesghouni commented 3 months ago

@AbdoPrDZ Did you try it ?

AbdoPrDZ commented 3 months ago

in fact i only tried it with js, but I haven't tried it with flutter yet

nisone commented 2 months ago

Hi, which IP to put in the client config?

devhammed commented 2 months ago

Hi, which IP to put in the client config?

That will be the address of the Reverb server e.g https://example.com:8080

Illia-Dulebov commented 1 month ago

Hi, which IP to put in the client config?

That will be the address of the Reverb server e.g https://example.com:8080

Still having issue with connecting to pusher with laravel reverb, could u provide some more info please? I have wsport so in what way i need to pass it to Echo.pusher?