http://localhost:8000/broadcasting/auth 404(未找到)
问题描述:
我正在尝试使我的应用程序应用程序通过专用频道连接到推入器.
I am trying to make my app app connect to pusher on a private channel.
但是我遇到以下错误:
pusher.js?b3eb:593 POST http://localhost:8000/broadcasting/auth 404(未找到)
错误的可能原因是什么以及如何解决.
What maybe the cause of the error and how to resolve it.
答
如果没有评论,请查看config/app.php
Look in config/app.php if you have uncommented
App \ Providers \ BroadcastServiceProvider :: class,