Posts by user3696012 • 1 point
1 post
-
0
votes2
answers280
viewsA: How to write this query using Eloquent?
To group multiple conditions you must pass an anonymous function in the call of where. For example: $query->where(function ($condicao) {…