Hello, I'm also interested into this topic. I wanted to use Laravel as backend for my native apps. But documentation is lacking on, how the raw WebSocket can be used or the Pusher Protocol? Every tutorial is only showing the use of EchoJs. Perhaps someone tried this already out? Thx :)
Jun 13, 2024
3
Level 1
How to connect to Laravel Reverb without using Echo?
hello.
I have installed Laravel Reverb and I receive events in RealTime using Livewire. Now I want to do the same thing without using Laravel Echo, but unfortunately I didn't succeed. I used Postman and used the following path for the address: I used laravel-reverb.test and did not set anything else in the Header.
I ran Laravel Reverb using the following command:
php artisan reverb:start --host="0.0.0.0" --port=8080 --hostname="laravel-reverb.test"
Please guide me how can I use it?
Please or to participate in this conversation.