I have the following query that's supposed to eager load data from the 'features' and 'images' table...
As the title says, laravel seems to be double encoding spaces resulting in urls that have %2520. I d...
I have the following query that returns results fine, but the order of the results isn't alphabetica...
I'm having problems accessing the eager loaded specs below: // This is the actual code public functi...
I have a problem that the docs don't seem to cover (or I'm just not seeing anything in the docs that...
I can't find any instance of a handle() method in any of the classes relevant to the App\Exceptions\...
I figured out the problem. There are instances when the array passed to the function only has 1 item...
/bump This is my full function. /** * Fetch dealer id from the database * * @param $d...
So I finally tested this and it seems it doesn't work. I'm guessing the subquery considers the $acco...
Thanks ftiersch. That looks like it'll work. I'll know for sure once I test it.
The Laravel portal for problem solving, knowledge sharing and community building.