skip to Main Content

Redis – Laravel Echo server responds nothing in browser

I am following the tutorial given in https://medium.com/@dennissmink/laravel-echo-server-how-to-24d5778ece8b . I installed laravel-echo-server, redis, socket.io, laravel-echo. This is the configuration of laravel-echo-server init { "authHost": "http://localhost", "authEndpoint": "/broadcasting/auth", "clients": [], "database": "redis", "databaseConfig": { "redis": {}, "sqlite": { "databasePath": "/database/laravel-echo-server.sqlite" }…

VIEW QUESTION
Back To Top
Search