🚀 Laravel 12.6 just got smarter with array validation!
✨ Simplify your code using the new Rule::contains() and in_array_keys validation rules.
Say goodbye to custom closures and manual checks — validation made elegant.
#Laravel12 #Laravel #PHP
Back
•
Correction: in the closure validation rule I wanted to check at least one key exists in an array, not all every key needs to be present in an array.