The chunk method is starting to piss me off. Anyone have trouble with it? Two things: first it doesn...
I found an interesting bug which I'll share here. Hopefully it will save someone time. Consider this...
Here's my problem. I have two models with a pivot So say ModelA belongsToMany ModelB ModelB belongsT...
I'm in pivot hell. Please help. I have 3 tables I need to pivot and can't figure out a clean way to...
So here is the scenario You can paginate a set like this ~~ $books = Books::where('price', 1)->pa...
// laravel 4 $list_categories_id = $post->categories->modelKeys(); // laravel 5 $list_categor...
$student = Student::create(['nom' => $nom, 'type' => $type]); $student->device()->create...
I love this question as it brings up an interesting point about laravel. To me, laravel suffers from...
I agree is it kind of slow when the bootup is taking about a quarter of your total execution time. I...
The Laravel portal for problem solving, knowledge sharing and community building.