Hello everyone!
I'm using Laravel reverb for my project and everything seems to be working fine from making a dispatch to creating the record in the database.
However I am using Laravel livewire as the front end, when listening to the event using On attribute it keeps giving the warning that the Livewire Echo cannot be found.
I did check the Laravel documentation and couldn't reach solution, also there's no specific article about this stuff.
The attribute is like this: #[On'echo:room-name,EventName')
and for later discussion I will like to show the code if needs to be just for the sake of solving this problem.
Thank you very much.