This is a Chat system example application built with the Laravel WebSockets package, VueJs and Laravel-Echo.
- Clone this repository
git clone git@github.com:qirolab/Laravel-WebSockets-Chat-Example.git composer installphp artisan key:generatecp .env.example .envand configure your database in .env file.- Run migration to create tables in database.
php artisan migrate - Final step run websockets server.
php artisan websockets:serve,
Now test it in your browser.