Notifications / Page Events from Laravel Job
I'd like to be able to send notifications from a Laravel job or more specifically from the Batch completion handler on a Job Batch.
The 2nd half of this, which is arguably more important to I'd like to have a live update view of a list of 'jobs/tasks'.
This is currently realized as a 'report' resource with a 'requisition' relation manager. The table of the relation manager has a 'status' column that displays a badge.
I'd like these badges to update in 'real time' (via pusher/soketi broadcast notifications) when jobs are completed.
I already have pusher (broadcast) notifications configured and working to the user's private channel.
Just not sure how best to go about these 'custom notifications'.
Thanks for any insight and help!
The 2nd half of this, which is arguably more important to I'd like to have a live update view of a list of 'jobs/tasks'.
This is currently realized as a 'report' resource with a 'requisition' relation manager. The table of the relation manager has a 'status' column that displays a badge.
I'd like these badges to update in 'real time' (via pusher/soketi broadcast notifications) when jobs are completed.
I already have pusher (broadcast) notifications configured and working to the user's private channel.
Just not sure how best to go about these 'custom notifications'.
Thanks for any insight and help!
