AlwaysValid()
Validates any input as valid.
v::alwaysValid()->assert('whatever');
// Validation passes successfully| Mode | Template |
|---|---|
default |
{{subject}} must be valid |
inverted |
{{subject}} must be invalid |
| Placeholder | Description |
|---|---|
subject |
The validated input or the custom validator name (if specified). |
- Booleans
| Version | Description |
|---|---|
| 0.5.0 | Created |