Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用带有 LARAVEL 框架的 ACL 系统。
我了解我可以控制对“评论”实体等资源的权利。我的“版主”角色可以“删除”、“编辑”任何评论。
但是,如何管理特定“评论”的权限?哪个用户是所有者?我寻求结合最佳实践......
看看这个 https://github.com/efficiently/authority-controller
限制允许给定用户访问的资源。