Support the ongoing development of Laravel.io →

rbruhn

Joined 16 Apr 2014

Statistics

Threads 9
Replies 6
Solutions 4
Articles 0
posted 8 years ago

Dependency injection with Job Laravel 5.1

I have a simply Project repo with a Project interface. I use this in my controllers just fine. Howev...

0 Likes
1 Replies
Solved

Queue processing problem using Beanstalkd: Sometimes jobs don't run

Laravel 4, Beantalkd, Supervisor, and Beanstalk Console These are the columns in the console for obs...

0 Likes
2 Replies

Queue push creates two jobs when redirecting

I have a simple set up using beanstalkd and a test controller to push jobs to a queue. The problem i...

0 Likes
2 Replies
Solved

Laravel - MongoDb get count of related_ids

I'm using the Laravel-MongoDb package with a many to many relationship between "expeditions&quo...

0 Likes
0 Replies

One to One relationship using conditions Eloquent/Mongodb

I'm using Laravel-Mongodb with a parent Subjects table (MySql) having a one to one relationship with...

0 Likes
0 Replies
replied 8 years ago

Dependency injection with Job Laravel 5.1

Well, figured out that injection can't be used in the methods of a job. If used in the construct or...

0 Likes
Solved
replied 9 years ago

Queue push creates two jobs when redirecting

@beaverusiv - Before trying your suggestion I renamed the route from "test" to "examp...

0 Likes
Solved
replied 9 years ago

Cleaning up controller and views

Thanks for the replies. @jgetner - What do you mean by build methods? Perhaps pass the actors to a m...

0 Likes
replied 9 years ago

Most efficient way to get count of related tables

@Firtzberg - Thanks for the reply. I actually found the solution here: http://laravel.io/forum/05-03...

0 Likes
Solved
replied 9 years ago

Dynamic class and dependency injection question: Argument 1 passed... blah blah

Was able to figure it out. In the Manager class, I called: $workflow= App::make($class); I did not...

0 Likes
Solved

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.

© 2024 Laravel.io - All rights reserved.