Posts

Showing posts from November, 2017

RealTime Chat Application using Laravel 5.5

Learn how to build a real-time chat application using Laravel 5.5. In this series, I am going to use Laravel echo, Pusher js , Vue js and Bulma  (optional). In the last video of this series, I am using Loadash for finding whether a user is online or not. So make sure you have not removed Loadash while creating a new project if you are going to do the same way as I did. There is always a GitHub repository for my series and for this series click here to go that page. You should refer to Laravel Documentation for better understanding, for more examples and for finding different ways of doing something other than from what I have taught you. Refer  here  for a better understanding of broadcasting and using of channels. Also, you can find the difference between a private channel and a presence channel with few examples. This series includes following videos Introduction Installation Friends Chat with Friends Broadcast Online Users Correcting Common Mistakes made by