Hi guys, I'm having this weird problem, when I try to push an email to the queue, the message is sen...
@shabushabu thanks a lot! I was having the same issue and this solved it perfectly.
Use Artisan::resolve() to register your command and the container will automatically resovle any dep...
You store the current step of the progress in the database, right? If it has a simple name slug-like...
Good idea, I'll try that and see if it works. I suspect that the problem occurs when unserializing,...
Ok! I got it! The problem was that IronJob's fire method is doing this: $this->resolveAndFire(jso...
The Laravel portal for problem solving, knowledge sharing and community building.
The community