This is a simple demo application for https://github.com/musonza/chat/
- Clone this repo
composer installcp .env.example .env- Create database and modify .env
php artisan migratephp artisan key:generatenpm install && npm run devphp artisan serve- Create 2 user accounts in different browsers and start chatting
