已在config/app.php
取消评论:
App\Providers\BroadcastServiceProvider::class,
和
Illuminate\Broadcasting\BroadcastServiceProvider::class,
错误:
POST http://pusherapp.local:8888/broadcasting/auth 404 (Not Found)
我正在使用Mamp 4和Laravel 5.5。
答案 0 :(得分:0)
尝试此命令
php artisan config:cache
composer require pusher/pusher-php-server "~2.6"
(用户2.6因为3.0没有找到Pusher类问题)
composer update
(只是为了确保一切都是最新的)
php artisan config:cache
(再做一次)