-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Error Messages not work #17
Comments
yeah i have the same problem, when i see MessageBag.php public function __construct(array $messages = []) ` if use it as like that $messages is not i gave,except new MessageBag($messages) or Validator::make('', '', $messages), i don't know laravel-validator how to get i defined messages. |
dev-master version solve this issue, but https://packagist.org/packages/prettus/l5-repository#2.6.6 this version require prettus/laravel-validation: 1.1.* . |
Maybe we need @andersao merges updates to master 😟 |
@tucq88 i solve this problem by override class LaravelValidator -> passes function |
How did you guys solve this issue? Overriding function passes didn't work for me. |
hi ~
your "l5-repository" is very good , thank you!
but i'm use laravel-validator example code setting Custom Error Messages is not work
my project is Laravel 5.1 LTS + dingo Api
The text was updated successfully, but these errors were encountered: