Answer the question
In order to leave comments, you need to log in
How to display last message in laravel?
It is necessary to display the last message from a particular dialog on a separate page of all dialogs, like VK.
I have a "chats" table where the last message id (chat) between two users is the last message. Accordingly, something like this should turn out in the controller:
$last_message = Chat::get('chat')->where('id') самое большое между user_id и friend_id конкретного диалога;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question