laravel-validator icon indicating copy to clipboard operation
laravel-validator copied to clipboard

Laravel Validation Service

Results 26 laravel-validator issues
Sort by recently updated
recently updated
newest added

Laravel's default validation provides a method [setAttributeNames](https://laravel.com/api/5.3/Illuminate/Validation/Validator.html#method_setAttributeNames) to allow overwriting attribute names that come with the request, as in most cases they aren't meant for end users to understand, and...

I just checked and found that this library doesn't define any license, please consider this. I will appreciate a lot if we can make this under MIT license since there...

Como fazer validação em vários models juntos.

I am using the package and run $ e- > getMessage ( ) , I come across " " If you run $ e- > getMessageBag ( ) , run...

Hi, First thanks very much for this wonderful package, I appreciate it very much & I intend to contribute wherever suitable. But as I'm trying out the main Repository package,...

I have to validate user phone number which should only be 10 digits, so I have added following validation, but this is not working. I'm missing something or this is...

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 +...

Hi, We got a following error when use prettus/laravel-validator at lumen 5.4 `BindingResolutionException in Container.php line 804: Target [Illuminate\Contracts\Translation\Translator] is not instantiable while building [PCKM\Validators\UserValidator, Illuminate\Validation\Factory`]. Please suggest me how...

hi, I'm gettinh this error when inject the Validator in my Controller ![image](https://cloud.githubusercontent.com/assets/1731701/22183155/182716dc-e0af-11e6-98ea-e9b1fa780329.png)

Hi, I am trying to modify an entity by using the PATCH method. The entity has 3 fields: 'firstname', 'lastname' and 'address', so I am sending only one of those...