lundi 24 octobre 2016

Custom hasMany Relation Laravel

public function chats()
{
    return $this->hasMany('App\Chat','sender_id')->orWhere('receiver_id',\Auth::id());
}

My requirement is that i want to fetch messages that being sent or received by User. how i can do it ?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire