Support the ongoing development of Laravel.io →
reshadman

reshadman

Joined 15 Feb 2014

Statistics

Threads 19
Replies 14
Solutions 1
Articles 0

How laravel updates model ID in the following logic

I Use the following code for Saving a model(Car model) wich belongs to another model (Brand Model) a...

0 Likes
1 Replies

Querying available permissions for a user , in Role based access control system

Hello everybody I have three tables for implmenting role based access control system: -users -roles...

0 Likes
3 Replies
Solved

Best logic for implmenting upload progress bar

What is the best approach for implementing upload progress bar in Laravel? I know the following opti...

0 Likes
1 Replies

best way to save a model with it's relasion

I have two tables products (model: Products) product_common_auction (model: ProductCommonAuction...

0 Likes
0 Replies
replied 10 years ago

Coding php in laravel4.2 from UML2.0 diagrams & logic model designing to coding with laravel4.2 on UML2.0

Laravel performs as an access layer for your business, you can try to implement your UML usecase/cla...

0 Likes
replied 10 years ago

Laravel Repositories and Eloquent ORM.

We had a fight on this in our team :)) , finally we found out that by returning the eloquent model f...

0 Likes
replied 11 years ago

Deleting a Job from queue outside of worker

the $job->delete() method uses redis client zrem($listName, $job) to delete the job from redis ,...

0 Likes
replied 11 years ago

Retrieving primary key after row insertion

It is being set automatically after you save the model : $spot->id is available after you save or...

0 Likes
Solved
replied 11 years ago

Performance and Laravel Queues

Queue will sleep if there is no job in the the queue bag . you may also use Iron.mo with queue subs...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.