Laravel's Rule::contains() Method: Consistent Fluent Validation for Arrays
Laravel's validation system just got more consistent with the addition of Rule::contains() for arrays, matching the fluent interface pattern you're already familiar with from other validation rules.
The Laravel ecosystem has always prioritized consistency and developer experience, and the new Rule::contains() method exemplifies this