listener not working via echo
I've a custom page in filament whose view is here:
I am successfully able to dispatch an event CustomerAskedQuestion using laravel event. But I am not able to listen to it in this above mentioned filament custom page view file, neither in the class file like below:
I get Laravel Echo not found error, not sure what should I do to mitigate this error? Noob question I believe?
2 Replies
Could you resolve it?
Hello guys, I was able to solve this error following this tutorial, I hope it helps you too.
https://laraveldaily.com/post/configure-laravel-reverb-filament-broadcasting
Laravel Daily
Configure Laravel Reverb in Filament Broadcasting