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 Policies 实现了小测试代码。我想知道这是否是实现基于角色的权限系统的正确方法。我也使用了 Entrust Role Permission 包。我的要求如下: 1. 角色列表 2. 模块列表 3. 每个模块都有一组权限 4. 每个角色都与一组权限链接
政策似乎与模型有关。当我们创建一个复杂的应用程序,我们将模型分组到组件(或服务提供者)中时,这种方法似乎很困难。请就这个问题提出建议。提前致谢