Building Realtime Chat with Laravel 5.4 and VueJS: Part 4 (Laravel Echo)
I have a functional chat app connected to the server, but I have to refresh to see new messages from other people. This step involves setting up Event Broadcasting within Laravel and implementing Laravel Echo on the front end using Pusher.
View the full tutorial: https://jplhomer.org/2017/01/building-realtime-chat-app-laravel-5-4-vuejs/
source