美文网首页
记录关于 notification 的一些方法

记录关于 notification 的一些方法

作者: 熊航 | 来源:发表于2019-05-22 15:29 被阅读0次
$user->notifications()->get() // 获取所有的通知
$user->readNotifications()->get() // 获取已读
$user->unreadNotifications()->get() // 获取未读
$user->unreadNotifications->markAsRead() // 将未读标记为已读
$user->readNotifications->markAsUnread() // 将已读标记为未读

相关文章

网友评论

      本文标题:记录关于 notification 的一些方法

      本文链接:https://www.haomeiwen.com/subject/wuruzqtx.html