nahid / talk-example

This project is demo for Laravel-Talk package and its also Docker ready
http://github.com/nahid/talk
131 stars 77 forks source link

Messages sent but chat page doesn't reload with them. #40

Open YeisonHunt opened 6 years ago

YeisonHunt commented 6 years ago

1: When I clicked Send button.

I don't use docker for this example, could be that the reason?... Actually using XAMPP, running the migrations on port 8088 with php artisan serve.

Psdata:

The messeges are stored in db but not retrieved automatically. 1

nahid commented 6 years ago

yes thats the reason. for realtime messaging talk use redis to queuing message.