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

Calling ` Chat::conversation($conversation)->setParticipant($request->user())->readAll();` sets the status of all messages to "seen", but this should not (or at least there should be another method) set this for own messages. I am...

Hi @musonza, as wished, I made a list with recommendations. Open for suggestions and discussions. - [ ] Add a method to strip out conversations for the requesting user, when...

I just install v4.0.0-rc2 but not working Messageable trait I'm on laravel 5.8 and can't upgrade project to 6.x

Is posible use a guest like participant on conversation?

How can I count all conversations with notifications? On my homepage I will show all conversations, but in a specific place I want to show the number of conversations with...

is there a way to get private conversations with title (name of other user)

question

Hi, This looks like a really nice package, nice job! In my app, I have a User table and a Client table. User can send a message to a client,...

Hi, I'm using your package to add messaging feature to my project. In the messaging feature there is a user inbox that lists all conversations I had with other users....

https://github.com/musonza/chat/blob/ce27e89023907b183435000ff34a8538f70cca39/src/Services/ConversationService.php#L198 ```php Chat::conversation($conversation)->getParticipation($participant); ```

Hi I setup the package, and everything is OK. my question in route: GET|HEAD chat/conversations/{id}/participants .................................. conversations.participation.index › Musonza\Chat › ConversationParticipationController@index in Vue DevTools it show all the data of...