I Use the following code for Saving a model(Car model) wich belongs to another model (Brand Model) a...
Hello everybody I have three tables for implmenting role based access control system: -users -roles...
What is the best approach for implementing upload progress bar in Laravel? I know the following opti...
I have two tables products (model: Products) product_common_auction (model: ProductCommonAuction...
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.