Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 314 Bytes

W3Chat

Real Time Chat Application made by using Laravel Web-Socket & Vue also provides facility to to catch on going events like user is typing.. etc.

Usage

  • composer install
  • cp .env.example .env
  • php artisan migrate
  • php artisan key:generate
  • php artisan websockets:serve
  • php artisan serve