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

120

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

'password' => 'nullable|min:6|confirmed',

Comments

Submit
0 Comments