Support the ongoing development of Laravel.io →
reshadman

reshadman

Joined 15 Feb 2014

Statistics

Threads 19
Replies 14
Solutions 1
Articles 0

App::shutdown($callback); not working

I have created an App::shutdown($callback); which is expected to log some details into log file. but...

0 Likes
0 Replies
posted 11 years ago

Resolving classes in IoC

Laravel SessionManager class is bind to $app['session'] in app container. when we inject a dependenc...

0 Likes
0 Replies
posted 11 years ago

Laravel vs. Ruby on rails

I have been using Laravel as my development platform , recently I did some projects with Rails. The...

0 Likes
6 Replies

How should i use repositories ?

Suppose that We have a user that has many forum posts, and we want to get paginated user posts : Whi...

0 Likes
1 Replies

Multiple queue daemon workers

Is it possible to have multiple daemon queue daemon workers ? ( queue:work --daemon) on different/o...

0 Likes
2 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.