• Stars
    star
    101
  • Rank 337,136 (Top 7 %)
  • Language
    PHP
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Demo Application for https://github.com/musonza/chat/

chat-demo

This is a simple demo application for https://github.com/musonza/chat/

chat

  1. Clone this repo
  2. composer install
  3. cp .env.example .env
  4. Create database and modify .env
  5. php artisan migrate
  6. php artisan key:generate
  7. npm install && npm run dev
  8. php artisan serve
  9. Create 2 user accounts in different browsers and start chatting

To use Pusher

You need to comment this out

location.reload(); // comment this out if you are broadcasting
Remove this comment