Posts by Ècidé • 13 points
1 post
-
1
votes1
answer28
viewsQ: Constraining Eager Loads returning unfiltered
I have a problem with Eager loading on Laravel 5.4.24. Following the documentation, I added the code: $profiles = Profile::with(['platforms' => function ($query) { $query->where('name', 'PC');…