imTigger / laravel-job-status

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

Added compatibility with Lumen and some code cleanup #11

Closed masbug closed 6 years ago

masbug commented 6 years ago

Hi,

these patches make this package usable also in Lumen by referencing only the core packages needed which are provided either by Lumen or Laravel framework.

I've also made some cleanup and made JobStatus' "status" strictly defined. I've removed the config because it was only used for remaping JobStatus class. This can now be done using aliasing (provided by both Lumen and Laravel).

BR

imTigger commented 6 years ago

Thank you for your contribution 👍