/
home
/
techb158
/
dev.balacoffee.com
/
routes
/
/home/techb158/dev.balacoffee.com/routes
mkdir
upload
Name
Size
Mode
Actions
api.php
26120
0644
edit
dl
rm
channels.php
569
0644
edit
dl
rm
console.php
612
0644
edit
dl
rm
web.php
3845
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/routes/channels.php
(569B)
<?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; });
Save
cmd:
run