Skip to content

quangtiendinh/chatapp-laravelecho-socketio

 
 

Repository files navigation

chatapp-laravelecho-socketio

Realtime Chat App using Laravel, Laravel Echo, Socket.io, Redis, VueJS

How to run:

  • clone the app
  • run: composer install and npm install
  • create your own .env file
  • run: php artisan migrate to create table (remember to launch XAMPP)
  • finally run these commands:
    php artisan serve
    npm run dev
    laravel-echo-server start
    php artisan queue:work
    
    Then go to http://localhost:8000/chat, open another tab to test. have fun :)

About

Realtime Chat App using Laravel, Laravel Echo, Socket.io, Redis, VueJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.7%
  • PHP 47.6%
  • Vue 2.7%