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 のEntrustが登場してからしばらく経ちます。ユーザーの承認にはどれを使用する必要がありますか?
私は両方を使用します。ポリシーは、ユーザーが「所有する」モデルへのアクセスを制限するのに役立ちますが、委任は、一般的なユーザーの役割と権限を定義するのに役立ちます。ユーザーが特定の役割を持っている場合、ポリシーに対して true を返すことで、2 つを組み合わせることがあります。