Refresh data after Job has finished
On my view page I have a header action to generate a video thumbnail. This action triggers a Job that is executed asynchronously through the queue.
Now I'm looking for a way to refresh the data on screen as soon as the Job has finished. I'm dispatching an event inside the Job class, but I can't seem to figure out how to listen for this event inside my Resource file.
Note: I'm not that familiar with Livewire.
0 Replies