Hi, I'm building a PIM for my business. I have Products, Variants and "Options". On every...
Hi, Homestead has totally broke. I get errors whatever i'm trying to do (like VBoxManage: error: Cou...
Hi, This is not actually related to Laravel, but my hope is that it might be since that would mean t...
Hi, EDIT: when posting, it transforms the entities "& gt ;" (without spaces) and so on...
Hi, Yes - i know there's threads about this but I've tried just about everything. After upgrading to...
Yes it is - in the route. Show that file. It should be something like Route::get('purchase/{id}', ['...
You cannot qoute objects. You would have to do route("purchase/" . $item->id) But route...
Does the $player table have a field called 'team' ? If so, either rename that field or simply rename...
You could use the filter() method, but that could return more than one object. You could also just s...
Yes, the collection has the get() method, which will return by key (which on eloquent colletions obv...
The Laravel portal for problem solving, knowledge sharing and community building.