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...
I don't think it is wrong altrough I would rather just use $app instance here as you have an easy ac...
Depends if you have model or not, basically: DB::table('entries')->groupBy('post_id')->get(['p...
You can try to put Session::reflash() in style route closure. It should take old flash data and set...
You won't find too much informations about Blade sadly. You can look here, maybe you will find some...
Since this is many-to-many relationship you will get an Collection of items, not a single one. $perf...
The Laravel portal for problem solving, knowledge sharing and community building.