Sunday, May 21, 2017

Eloquent Relationship in the same model in Laravel

I am using User model to fetch user_type = 5. They are associated with user_type = 3 in vendors table. I want to make a relationship in User or Vendor model which could help me get users of type 5 along with the associated user of type 3.



via Fahad Iqbal Ahmad Khan

Advertisement