Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 680 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 680 Bytes

Laravel Chat

About Laravel Chat

This is laravel + vue js demo chat application.

Requirement List

  1. Pusher Credential.
    https://dashboard.pusher.com/accounts/sign_in
  2. Laravel Framework 7.30.6
  3. Node v14.19.0
  4. npm 8.3.1

Installation Process

  1. Clone the repository
  2. composer update
  3. php artisan migrate
  4. php artisan serve

Features List

  1. User list in side contact list
  2. List Contact list
  3. Show Chat history
  4. One to one chat using Laravel Broadcasting

License

The Laravel Chat is open-sourced licensed under the MIT license.