Skip to content

Instantly share code, notes, and snippets.

View brainlagid's full-sized avatar

Brain Lag ID brainlagid

  • Bandung, Jawa Barat, Indonesia
View GitHub Profile
@brainlagid
brainlagid / laravel-socket-io.md
Last active December 1, 2023 06:57
Setup Laravel with Socket.io [Ubuntu 20.04]

Server Requirement

  • Redis sudo apt install redis-server
  • Composer here
  • npm sudo apt install nodejs npm
  • laravel-echo-server npm install -g laravel-echo-server

Laravel Dependencies Requirement

  • predis
  • laravel-echo
  • socket.io-client ^2.4.0 issue