Build a simple chat app with Laravel, Vue and pusher

An app, with laravel, vue, vue-resource, pusher

A tutorial that aims to help you build a chat app with the implementation of Laravel Echo, Vue and Pusher.

Laravel Echo is a Javascript library that makes it painless to subscribe to channels and listen for events broadcast by Laravel, made by Taylor Otwell

Pusher is a message service, where you can create an account and create your own messenger. Using Laravel 5.3 for blade files and Laravel Echo's frontend library with vue-resource, gets really easy to get up and running fast.

At the end, you should be able to open 2 browsers and see if your chat is working. If so kudos to the author!

Find out more, here