app[\Illuminate\Broadcasting\BroadcastManager::class]->extend('polycast', function ($app, array $config) { return new \App\Broadcasting\Broadcasters\PolycastBroadcaster(); }); // This is not needed as we define routes in PolyastServiceProvider //Broadcast::routes(); require base_path('routes/channels.php'); } }