laravel-ardent / ardent

Self-validating, secure and smart models for Laravel's Eloquent ORM
BSD 3-Clause "New" or "Revised" License
1.39k stars 211 forks source link

add custom attributes names for error messages #272

Closed jarbitlira closed 9 years ago

jarbitlira commented 9 years ago

Added custom niceNames on models.

I see that it's an old issue, and I had to change a little this class for that can use nicenames.

victorleal commented 9 years ago

There is a change like this one at #213.

Any change was merged ? I think that there are a lot of people waiting for it.

igorsantos07 commented 9 years ago

Fixed through #213. Thanks anyway @jarbitlira!