mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
websocket implementation
This commit is contained in:
@@ -11,4 +11,8 @@
|
||||
|
|
||||
*/
|
||||
|
||||
Broadcast::channel('App.User.{id}', fn ($user, $id) => (int) $user->id === (int) $id);
|
||||
//Broadcast::channel('App.User.{id}', fn ($user, $id) => (int) $user->id === (int) $id);
|
||||
|
||||
Broadcast::channel('test.{id}', function ($user, $id) {
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user