listening on event does not call method
What I am trying to do:
I have to call method with an event.
What I did:
I followed instructions https://livewire.laravel.com/docs/events#private--presence-channels how to define listeners and method to execute on event.
Laravel Echo, and server side pusher is defined correctly
My issue/the error:
The
notifyAlert
method does not call on event. Laravel Echo in console shows the channel see scrnshot
Code:
Laravel
Events | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
0 Replies