Package Data | |
---|---|
Maintainer Username: | Hlacos |
Maintainer Contact: | heiszmann@hlacos.hu (Heiszmann László) |
Package Create Date: | 2014-10-02 |
Package Last Update: | 2014-10-06 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:08:32 |
Package Statistics | |
---|---|
Total Downloads: | 17 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Eloquent based Jobs for Laravel
It's under development, not recommended for production use!
Tipically it creates in the controller.
The string parameter of the run method is the class name of the Worker in the next step.
Feel free to extend this model, just read the extended model section in the worker.
Extend Job to make your own working code
Only override the $jobModelClass public attribute name to the Extended class name.
Tipically used in the work method in a cycle.
You can set polimorphic relation to the JobModel.
Don't forget to save related model to the jobModel before it runs.