Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1841909
channels.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
551 B
Referenced Files
None
Subscribers
None
channels.php
View Options
<?php
use
Illuminate\Support\Facades\Broadcast
;
/*
|--------------------------------------------------------------------------
| Broadcast Channels
|--------------------------------------------------------------------------
|
| Here you may register all of the event broadcasting channels that your
| application supports. The given channel authorization callbacks are
| used to check if an authenticated user can listen to the channel.
|
*/
Broadcast
::
channel
(
'App.User.{id}'
,
function
(
$user
,
$id
)
{
return
(
int
)
$user
->
id
===
(
int
)
$id
;
});
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Aug 25, 6:10 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
217818
Default Alt Text
channels.php (551 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment