It doesn’t necessarily validate anything but simply removes the associated field from your validated data. Very useful for fields that you don’t eventually need for fulfilling the request.
Laravel Validation Array Min: When you have to validate that an array contains at least three users, you can apply the min rule: Laravel Validation Array Max: When you have to validate that an array contains more than three users, you can apply the max rule: Laravel Validation Array Between: When you have to validate […]