The default layout and its controller has the main menu which gets user info from the DB for the log...
How do I make a validation rule that allows only a 1 or null? Thanks.
I'm trying to adhere to the thin controller, fat model design so I want to put my validation in my m...
In Laravel there are these three things: Doctrine Eloquent Illuminate Can someone please provide m...
Does the first line go to the database and wait for a response and then move on? Or are these combin...
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.