chat icon indicating copy to clipboard operation
chat copied to clipboard

A Laravel chat package. You can use this package to create a chat/messaging Laravel application.

Results 62 chat issues
Sort by recently updated
recently updated
newest added

Hey i don't know if its bug or my end problem. why the MessageWasSent event not connecting on font-end . I used laravel-websockets and i see the event fried on...

Hi sir I have tried to get the conversations message with two users(sender & receiver) but it is return null ,please see my function and tell public function getConversationWithTwoUsers(Request $request,...

Hi all, I am trying to update this package from 3.3 to 4.4, realizing that it will break everything. First of all, the main reason for the willing to update...

I am using v4 of the package. Two users. One user was a participant when the conversation was created. Another was added a day later. However, when the initial user...

Is there a way to get a list of conversations with users (not logged user). For example, I am logged in and I want to list all my direct conversations...

**Describe the bug** Hi! i tried implementing pagination in the getMessage() method, but there is no data change when I manipulate the page parameter **To Reproduce** Steps to reproduce the...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. '...' 2. '....' 3. '....' 4. See error **Expected...

`$conversations = Chat::conversations()->isDirect(false)->conversation->all();` returns me all conversations,even the ones with` "direct_message" => 1` Thanks for your time