Page MenuHomePhorge

channels.php
No OneTemporary

Authored By
Unknown
Size
163 B
Referenced Files
None
Subscribers
None

channels.php

<?php
use Illuminate\Support\Facades\Broadcast;
Broadcast::channel('App.User.{id}', static function ($user, $id) {
return (int) $user->id === (int) $id;
});

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 3:02 AM (5 d, 15 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a6/61/ee50cb077e12ce288dcc464cd79b
Default Alt Text
channels.php (163 B)

Event Timeline