ktongue's picture
download
raw
558 Bytes
<?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.Models.User.{id}', function ($user, $id) {
return (int) $user->id === (int) $id;
});

Xet Storage Details

Size:
558 Bytes
·
Xet hash:
bf88c63bbb48bd3c59c301e5fadd6d3a98cbea5a221b83029d0f13a7660b03c9

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.