bilal / chat-module

此包的最新版本(dev-master)没有可用的许可证信息。

安装: 5

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:laravel-module

dev-master 2022-02-17 11:23 UTC

This package is not auto-updated.

Last update: 2024-09-27 18:12:09 UTC


README

安装此包后,在您的 User 模型中添加 chat 关联。 public function chats(){ return $this->belongsToMany(Chat::class); }