Laravel this is not only a practical framework, it is also a programming style
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 ?
Aucun commentaire:
Enregistrer un commentaire