Answers for "not null in db validation laravel"

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

Browse Popular Code Answers by Language