Answers for "how to avoid null value in laravel validation"

PHP
1

how to set a validation on a value if its not null in laravel php

'password' => 'nullable|min:6|confirmed',
Posted by: Guest on July-30-2021

Code answers related to "how to avoid null value in laravel validation"

Browse Popular Code Answers by Language