Relative Content

Tag Archive for queuejobsquery-builderlaravel-9

Laravel9 Spatie QueryBuilder in Job queue

I have a Job which runs in queue. There is a Spatie/QueryBuilder which should filter data through the filter which came with the request. I am sure the filter is in the queue as array and I also can log the filter inside the job. The job then call this code which I found on Github https://github.com/spatie/laravel-query-builder/discussions/777