nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.
MIT License
1.61k stars 327 forks source link

User Feedback #43

Open nahid opened 7 years ago

nahid commented 7 years ago

Please share your experience with Laravel Talk. Its helps to make the project better.

jfkr commented 7 years ago

Would be great to have the option to set up the pusher cluster I'd like to use. Right now any connection must be made to the us region cluster if I'm not mistaken.

nahid commented 7 years ago

@jfkr thank you for your helpful suggestion. In next version I'll try to add this feature.

marwankhanfar commented 7 years ago

@nahid any update on the cluster config please , can you give us an ETA Thanks

nahid commented 7 years ago

@marwankhanfar I'm trying to release this update within end of this month

Thanks

raihancse104 commented 7 years ago

How can i set number of unread message if i used message as a menu for user based. Example as Laravel Messenger Badge number of unread message. Please help me to solve this issue. Thanks

jfkr commented 7 years ago

@nahid I think a really good add on would be the option to associate files with messages. The spatie media library should make this a breeze: https://github.com/spatie/laravel-medialibrary

nahid commented 7 years ago

@jfkr Thank you for your suggestion. I'll add this feature in next release.

nahid commented 7 years ago

@raihancse104 now you can count unread message manually. I'm working on it and trying to add this ASAP

morshadunnur commented 7 years ago

I have used for my Intern project to implement live chat between doctor and patient. I got every options what I need. I think it's the best pusher wrapper.

bathan commented 6 years ago

I'm trying to implement it in my current app but I have a conflict with table names. I already have a messages table. it would be awesome if the table names for this module could be defined via environment config or talk.php.

nahid commented 6 years ago

@bathan thank you for your valuable suggestion. I'll trying to implement it with next version.

Johnnydoncom commented 6 years ago

The package isn't installing on Laravel 5.6. Any fix to that?

nahid commented 6 years ago

@johnnydoncom please use dev-master. this branch are also support Laravel 5.6

usmansaif commented 6 years ago

I can implement laravel talk with my application? Because, my application login with only mobile number and password. and i build the ajax polling chat for chatting in between users.

I want to know that, i integrate easily laravel talk with my application?

nahid commented 6 years ago

Yes you can. Its does't depends on how you implement your auth system.

shoeb239 commented 5 years ago

When I go to your live demo site, it shows a security error - 'Deceptive site ahead'. http://portal.inilabs.net/baseapp/v1.0/admin/message/inbox Would you check the issue?

Thanks!

syedsaadahmed1994 commented 4 years ago

How to get the latest 20 messages through your package? Also, is there a way to get all messages instead of passing take = 20?? If so, please assist. Thanks.

bendaoua commented 4 years ago

Hey Nahid Is the table name configurable now ? Already got table with the same name and we had to change the Vendor folder which is diorty

nahid commented 4 years ago

@bendaoua which table do you want to configure?

bendaoua commented 4 years ago

Messages

On Tue, 19 Nov 2019, 15:27 Nahid Bin Azhar, notifications@github.com wrote:

@bendaoua https://github.com/bendaoua which table do you want to configure?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nahid/talk/issues/43?email_source=notifications&email_token=AB7FWRVBMSCFMPSHU2VFBATQUPER5A5CNFSM4C4BTDOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEN3URY#issuecomment-555465287, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7FWRTQSFKIZH5A7L7Q473QUPER5ANCNFSM4C4BTDOA .

rvkvino commented 4 years ago

Hello I have tried you example, and I have configured the my pusher credentials and all. But not triggering real time. When I refresh then only chat comes to display. Eveb I have run queue sepratly and check in redis monitor it's receiving the message. But not trigger real time in 2 seprate browser.

softActor531 commented 3 years ago

Hello nahid, How to implement email notification for users about new messages in this package?