imTigger / laravel-job-status

Add ability to track Job progress, status and result dispatched to Queue.
MIT License
407 stars 60 forks source link

Add feature addOutput method #48

Open BasvanH opened 4 years ago

BasvanH commented 4 years ago

Hello,

I've build an 'addOuput' method so you can add multiple rows to the output. This for adding in run job sub-statuses.

If you want, I can make a pull request.

Kind regards, Bastiaan

imTigger commented 4 years ago

I usually use "output" as associative array, anyway PR is welcome :)