I have controllers that have public get, create, update, and delete methods that should only be done...
I have this in my car.php model public function bySortOrder() { return $this->orderBy('so...
What is the relationship between these data-binding frameworks and Laravel? Does Laravel implement s...
Hello, First time Laravel install - went great. Then installed https://github.com/rydurham/Sentinel...
jarektkaczyk, Thank you for the code. I got it to work by changing the $parentKeyName line otherwise...
I'm still slowly working through this. Current error is: SQLSTATE[42000]: Syntax error or access vi...
I use DebugBar to monitor the SQL queries and just discovered that saveMany() does a separate INSERT...
My code above worked just by fixing my $parts_array variable just like as jlaswell recommended. All...
I'm still stuck on this. This is what I have so far. I get the car and then... $car_copy = $car-&g...
The Laravel portal for problem solving, knowledge sharing and community building.