I have configured laravel websockets into my project. I can run websockets successfully event are getting subscribed when I am trying to send message its not going through. I tried even tinker event (new \App\Events\NewTrade('Hi there'))
I can't see any output neither in console nore in dashboard.
Please help me to fix or debug.