Page MenuHomePhorge

channels.php
No OneTemporary

channels.php

<?php
/*
|--------------------------------------------------------------------------
| 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

Mime Type
text/x-php
Expires
Mon, Aug 25, 5:00 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
220374
Default Alt Text
channels.php (508 B)

Event Timeline