Category "laravel-echo"

Laravel-echo-server and Socket.io not firing command even though it's listening to channel

I've been trying to create a live chat application for a couple of days now, but it seems that I'm getting stuck on the first step; Getting the project to fire

[Vue warn]: Error in render: "TypeError: visitor.messages is undefined"

I have a parent table in laravel, I am able to access the data of its child in vuejs i.e the parent table visits and its child is messages so to access the mess

How to launch laravel-echo server on production?

My prod. stack: Vue.js CLI - https://example.com Laravel API - https://example.com/api I've already created a real-time chat using laravel-echo server & soc

Laravel Echo + Laravel Passport auth in private / presence websockets channels

I'm trying to connect to a presence wesocket channel using Laravel Echo. I'm also using Laravel Passport. I followed lots of tutorials, but I'm getting 403 erro