DEV Community

Mahedi Hasan
Mahedi Hasan

Posted on

Real Time Chat App with Laravel 6 Vue Js and Pusher

Hi Artisan,

In this tutorial, i will guide you step by step how to use event broadcasting using pusher and laravel-echo-server in laravel 6 application. Laravel provide event broadcasting topic. event broadcast is a very interesting and it's also easy to implement with pusher specially.

In this tutorial we are going to build laravel chat application using pusher. It will be real time chat app cause we use broadcasting. So using broadcasting we are going to make laravel chat demo. So let's try to complete real time chat system with laravel pusher and vue js.

I will use vue js to to create it. So let's start. you can read also below post to konw basic knowlege about broadcasting and defenitily you will know how laravel broadcasting works.

link https://www.codechief.org/article/real-time-chat-app-with-laravel-6-vue-js-and-pusher

Top comments (0)