You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I define all of my standard validation error messages in /app/lang/{language}/validation.php
but if I add unique_with it still shows your error message. Is it possible to override your message globally? Don't want to do it manually on every validation.
Would be nice to have this on the laravel standard.
The text was updated successfully, but these errors were encountered:
Thanks, this solves my problem. Although I don't have all validation massages in one place now what would be nicer to maintain. But since it looks like to be the laravel way to do this I would have to accept this.
I define all of my standard validation error messages in
/app/lang/{language}/validation.php
but if I add
unique_with
it still shows your error message. Is it possible to override your message globally? Don't want to do it manually on every validation.Would be nice to have this on the laravel standard.
The text was updated successfully, but these errors were encountered: