Muhammad Akbar

Results 25 comments of Muhammad Akbar

that's down since long but you can try: `https://github.com/nahid/talk-example` will require a bit more work then ready made demo but its worth it to get along the package itself

i believe sockets is the way out, i will try to implement it as on premises chat server and will share it with you if you would like to add...

i have implemented realtime chat using [laravel-echo-server](https://github.com/tlaverdure/laravel-echo-server) and [laravel echo](https://github.com/laravel/echo) with [Talk](https://github.com/nahid/talk) but im not good with github(i use svn) to get your project and merge it in, how can...

@nahid sure i will update you here when i mail you

a week or two for on premises chat server but pusher is already well set in the package Sent from iPhone On 4 Apr 2017, 9:20 PM +0500, ivanovicimihai89 ,...

i have implemented it with socket.io but the only issue right now is that the messages between clients are passed directly and laravel just gets a copy of it to...

u have cloned the demo package for testing this package right?

the package has nothing to do with front end, its complete functionality is on the backend so it will be out of the scope of this package to figure out...

this applies to other methods too, like the same issue with getMessagesByUserID(), where withUser was returned with same user details who initiated the conversation.

@tranghaviet what if child row updates? how is that synced to the index??