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 https://github.com/musonza/chat-demo/blob/5985fea7b19a4c5f20f86fbc8502798e9ae9508a/resources/js/components/ChatForm.vue#L55 Remove this comment https://github.com/musonza/chat-demo/blob/5985fea7b19a4c5f20f86fbc8502798e9ae9508a/resources/js/components/ChatMessages.vue#L60