I have created an App::shutdown($callback); which is expected to log some details into log file. but...
Laravel SessionManager class is bind to $app['session'] in app container. when we inject a dependenc...
I have been using Laravel as my development platform , recently I did some projects with Rails. The...
Suppose that We have a user that has many forum posts, and we want to get paginated user posts : Whi...
Is it possible to have multiple daemon queue daemon workers ? ( queue:work --daemon) on different/o...
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.