samedi 2 janvier 2016

how to add laravel multiple required_if (like AND Logical)

how to add laravel multiple required_if (like AND Logical) at Laravel Validation. I want to required 'featured_img' if (pagetype == '2' and featured == '1')

I try this one :

'featured_img' => 'required_if:pagetype,2|required_if:featured,1|mimes:jpg,jpeg,bmp,png',

but this validation make 'featured_img' required though one of them false (it is like logical "OR". i want make it like "AND" logical)

Thanks



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire