talk icon indicating copy to clipboard operation
talk copied to clipboard

User Feedback

Open nahid opened this issue 7 years ago • 22 comments

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

nahid avatar Jan 11 '17 10:01 nahid

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.

jfkr avatar Feb 03 '17 11:02 jfkr

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

nahid avatar Feb 03 '17 18:02 nahid

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

marwankhanfar avatar Feb 05 '17 11:02 marwankhanfar

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

Thanks

nahid avatar Feb 07 '17 05:02 nahid

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

raihancse104 avatar Feb 26 '17 10:02 raihancse104

@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

jfkr avatar Feb 26 '17 16:02 jfkr

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

nahid avatar Feb 27 '17 06:02 nahid

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

nahid avatar Feb 27 '17 06:02 nahid

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.

morshadunnur avatar Sep 15 '17 16:09 morshadunnur

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.

bathan avatar Nov 21 '17 21:11 bathan

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

nahid avatar Nov 22 '17 06:11 nahid

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

Johnnydoncom avatar Apr 21 '18 04:04 Johnnydoncom

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

nahid avatar Apr 26 '18 04:04 nahid

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?

usmansaif avatar May 29 '18 05:05 usmansaif

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

nahid avatar May 29 '18 16:05 nahid

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!

shoeb239 avatar Mar 19 '19 13:03 shoeb239

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.

syedsaadahmed1994 avatar Sep 17 '19 11:09 syedsaadahmed1994

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

bendaoua avatar Nov 18 '19 14:11 bendaoua

@bendaoua which table do you want to configure?

nahid avatar Nov 19 '19 11:11 nahid

Messages

On Tue, 19 Nov 2019, 15:27 Nahid Bin Azhar, [email protected] 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 .

bendaoua avatar Nov 19 '19 13:11 bendaoua

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.

rvkvino avatar Apr 29 '20 04:04 rvkvino

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

softActor531 avatar Feb 17 '21 06:02 softActor531