X7ROOT File Manager
Current Path:
/home/mysptejz/public_html/blacklister/routes
home
/
mysptejz
/
public_html
/
blacklister
/
routes
/
ðŸ“
..
📄
api.php
(1.68 KB)
📄
channels.php
(558 B)
📄
console.php
(592 B)
📄
error_log
(20.66 KB)
📄
web.php
(1.67 KB)
Editing: channels.php
<?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; });
Upload File
Create Folder