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 ?
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2dD4tYZ
via IFTTT
Aucun commentaire:
Enregistrer un commentaire