Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 224 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 224 Bytes

laravel-socket.io

Laravel Socket.io boilerplate

  • Laravel 5.8
  • Laravel Echo
  • Laravel Echo Server
  • Redis
  • Socket.io

change the .env file into

BROADCAST_DRIVER=redis

CACHE_DRIVER=redis

and you are done!!

Happy Code