Releases: davelip/laravel-database-queue
Releases · davelip/laravel-database-queue
Bugfix in readme.md
Correct a typo in readme.md
Updated readme.md
Updated in the readme.md the package version to be used
FIFO ordering
Merged PR by @svensp
"Added OrderBy to pop so the queue will work in fifo mode."
Bugfixing
Several bugfixing from https://github.com/rokde :
- queue key in connections configuration is necessary
- use null when no queue config given
- readme updated to support the DatabaseConnector behaviour
- returns the job name as doing console work like other job classes
Production ready
Added LICENSE in composer.json