标签: laravel
我正在使用事件和侦听器在laravel中进行实时聊天。为此,我正在尝试将消息表单控制器发送到ChatEvent,并从ChatEvent发送到Pusher。因此,每当我尝试访问localhost:8000 / send时,我都会收到此错误。 enter image description here
Error is here
Chat Controller this is where i use ChatEvent class