Posts by Vinicius Machado • 1 point
2 posts
-
0
votes1
answer449
viewsA: Relate more than one value of the same row to another table (Laravel)
I managed to solve my problem and am posting here how I solved. I solved using FIND_IN_SET() native MYSQL function. It fetches the field values and crosses with the values of the other table and…
-
0
votes1
answer449
viewsQ: Relate more than one value of the same row to another table (Laravel)
I’m new to Laravel and wanted to know if you can solve my problem without being in pure PHP, that is, using Laravel’s own resources. Follow the current situation and what I wish to do: I have a…