mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:11:40 +08:00
Merge pull request #47 from maelsoucaze/laravel-validation
Add "required_unless" lang line
This commit is contained in:
commit
2a7ccf81d5
@ -43,6 +43,7 @@ validation:
|
||||
regex: "The :attribute format is invalid."
|
||||
required: "The :attribute field is required."
|
||||
required_if: "The :attribute field is required when :other is :value."
|
||||
required_unless: "The :attribute field is required unless :other is in :values."
|
||||
required_with: "The :attribute field is required when :values is present."
|
||||
required_with_all: "The :attribute field is required when :values is present."
|
||||
required_without: "The :attribute field is required when :values is not present."
|
||||
|
Loading…
x
Reference in New Issue
Block a user