blank
目的 Purpose
Validates that a String value is not blank.使用例 Examples
login blank: false
詳細 Description
Set to false
if a string value cannot be blank.Error Code: className.propertyName.blank
If the string isnull
, it won't validate withblank: true
. In this case, set the nullable constraint totrue
.