Broadcaster
interface Broadcaster (View source)
Methods
mixed | auth(Request $request) Authenticate the incoming request for a given channel. | |
mixed | validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. | |
void | broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. |
Please login to continue.