Posts by Michel Diniz • 3 points
2 posts
-
0
votes0
answers22
viewsQ: Call relationship with WITH no Laravel with SUM()
Good morning, I’m having problems to call the next relationship in Aravel being that it has a Function that makes a sum() and group by and does not have the field of the relation one to one, after…
-
0
votes1
answer15
viewsQ: Capture ID eloquently on JOIN
Good afternoon everyone, I have the following appointment: $acordo = tb_acordo::join('users', 'users_id', '=', 'users.id') ->join('tb_status_acordos', 'tb_status_acordos_id', '=',…