laravel-echo
http://localhost:8000/broadcasting/auth 404 (Not Found)
Look in config/app.php if you have uncommented App\Providers\BroadcastServiceProvider::class,
Laravel Echo – default.a.channel is not a function
Changing Echo.channel(‘orders’) to window.Echo.channel(‘orders’) should fix that.