Skip to content

PHP code snippet – How to set a validation on a value if its not null in laravel ?

'password' => 'nullable|min:6|confirmed',
See also  CSS code snippet - How to center an item without flex?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.