This is a simple demo application for https://github.com/musonza/chat/
- Clone this repo
composer install
cp .env.example .env
- Create database and modify .env
php artisan migrate
php artisan key:generate
npm install && npm run dev
php artisan serve
- Create 2 user accounts in different browsers and start chatting
To use Pusher
You need to comment this out
Remove this comment