Simple chat application with Laravel 5.4 and Vue 2 that makes use of Larave Echo, pusher for event broadcasting and Laravel dusk for testing.
Clone/Download the repo and run the following commands,
$ cd project-directory
$ composer install
$ npm install
$ npm run watch
Now open you app in browser. Register, login and chat.