我正在学习使用Laravel Echo
和Pusher
并使用this article作为基础。我收到了这个错误:
Class 'Pusher' not found
in BroadcastManager.php (line 216)
我可以在pusher
文件夹中看到vendor
。我已关注instructions here并已安装pusher
。
我的.env
文件包含所有必需的Pusher
个密钥,config/broadcasting.php
设置为.env
。
我错过了什么?感谢。