['web', 'auth']]); // Channel untuk notifikasi pribadi - perhatikan nama channel harus sesuai dengan di JS // Pada Pusher, channel private akan otomatis ditambahkan prefix 'private-' Broadcast::channel('notifications.{userId}', function ($user, $userId) { return (int) $user->id === (int) $userId; }); require base_path('routes/channels.php'); } }