I have a simply Project repo with a Project interface. I use this in my controllers just fine. Howev...
Laravel 4, Beantalkd, Supervisor, and Beanstalk Console These are the columns in the console for obs...
I have a simple set up using beanstalkd and a test controller to push jobs to a queue. The problem i...
I'm using the Laravel-MongoDb package with a many to many relationship between "expeditions&quo...
I'm using Laravel-Mongodb with a parent Subjects table (MySql) having a one to one relationship with...
Well, figured out that injection can't be used in the methods of a job. If used in the construct or...
@beaverusiv - Before trying your suggestion I renamed the route from "test" to "examp...
Thanks for the replies. @jgetner - What do you mean by build methods? Perhaps pass the actors to a m...
@Firtzberg - Thanks for the reply. I actually found the solution here: http://laravel.io/forum/05-03...
Was able to figure it out. In the Manager class, I called: $workflow= App::make($class); I did not...
The Laravel portal for problem solving, knowledge sharing and community building.
The community