Hello! I'd like to get some informations about Laravel 5.1 command bus. As far as I see in 5.0 there...
Hi! I encountered a really strange problem with my configuration for Beanstalkd and Supervisor. The...
Hi! Recently I was using a bit of repositories and one thing I am really curious about is how to imp...
Hello! For some reason this code causes redirect loop and I have no idea why. I know I could use Ses...
Hello! Does anyone knows if there is a chance to somehow mock call to Cookie::get() method ? I know...
Mostly because the query you are building is being split into many queries. You may try orderBy('cre...
return Redirect::route('authors'); Or if you are using resourceful controller then return Redirect...
You mean you want to count the number of all emails sent within one particular request ? You can the...
What is this counter counting itself ? All I see is you are trying to send an email somewhere with s...
Your code looks fine. Show us the query you are using to get the profiles. The first and most import...
The Laravel portal for problem solving, knowledge sharing and community building.