Table friends: id, user_id, friend_id.
Table user_profiles: id, user_id, first_name...
How to get a list of the user's friends through Eloquent ORM?
user_id: 5 | friend_id: 6
user_id: 6 | friend_id 5
Similar questions:
Friendship system with Laravel : Many to Many relationship
Laravel & Eloquent - Query 'Friends' Relationship
I can not understand who calls the method getFriendsAttribute().
And how to do it Query builder.
Thanks!