Posts by Diumanuel • 13 points
2 posts
-
0
votes0
answers35
viewsQ: Limit relation by common attribute
I am working on Laravel and I have 3 tables (users, administrations and immobles). I would like to know, what would be the best way to relate (associate) users and properties that belong to the same…
-
1
votes1
answer69
viewsQ: View does not show string value in the primary key field
Good people. I am trying to list the attributes of my table in Laravel 5.6 through a list view, but in the registration field (PK) the values contained are not presented completely. This field is a…