Add fields to Laravel job records?

413 Views Asked by At

I have a working Laravel 9 queued job class using the 'database' driver.

I would like to show these jobs on a website and therefore I would like to add and save a value on a custom field on these jobs records when they are constructed.

0

There are 0 best solutions below