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 5.1.11 已经更新了Authorization。Zizaco 的委托已经存在了一段时间。我们应该使用哪个来授权用户?
我两个都用。我发现策略有助于限制用户访问他们“拥有”的模型,而委托通常有助于定义用户的角色和权限。有时,如果用户具有特定角色,我会通过为策略返回 true 来将两者结合起来。