vendredi 2 octobre 2015

Add custom field to Laravel queued JJob records?

I have a working Laravel 5 queued job class called 'SendMyEmail' using the 'database' driver. The database 'jobs' table is filled with such dispatched jobs correctly.

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 of these jobs records when they are constructed. (I would pass this name as a parameter to the job class constructor..)

Does anyone know how to do this?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire