Is it possible to pop multiple jobs from queue? or something like multi-processing or parallel proce...
I'm using Laravel queue system for the first time and I have some questions about the architecture :...
Before I know Repository pattern and Service oriented design , I put anything like validation and da...
I have implemented a simple Service that tries to authenticate user, I just doubt that there is some...
I just watched Jeffery way's Laracon pre-recorded presentation on Laracasts. There is a section on h...
Laravel performs as an access layer for your business, you can try to implement your UML usecase/cla...
We had a fight on this in our team :)) , finally we found out that by returning the eloquent model f...
the $job->delete() method uses redis client zrem($listName, $job) to delete the job from redis ,...
It is being set automatically after you save the model : $spot->id is available after you save or...
Queue will sleep if there is no job in the the queue bag . you may also use Iron.mo with queue subs...
The Laravel portal for problem solving, knowledge sharing and community building.