Private channel not working with Laravel echo server

后端 未结 4 1698
猫巷女王i
猫巷女王i 2021-01-07 07:13

I\'m getting this JS error on the console:

app.js:167 Uncaught ReferenceError: receiverId is not defined

Here is my complete code:

<

4条回答
  •  粉色の甜心
    2021-01-07 07:27

    Try instead of event(new PrivateMessageEvent($chat, $receiverId)); this

    App\Events\PrivateMessageEvent::dispatch($chat, $receiverId);
    

提交回复
热议问题