Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 487 Bytes

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 :)