-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Hey
I think it will be useful if we would be able to add nice names for some attributes.
Laravel has a function to do that
setAttributeNames on a Validator instance
I'm thinking if we can define in the model something like:
protected $validationAttributes = [
'attr-name' => 'My Nice Attr Name',
];Thank you
Metadata
Metadata
Assignees
Labels
No labels