Top "Laravel-validation" questions

This tag references different approaches to validate your application's incoming data using Laravel.

How to change Laravel Validation message for max file size in MB instead of KB?

Laravel comes with this validation message that shows file size in kilobytes: file' => 'The :attribute may not be greater …

laravel laravel-5.1 laravel-validation
What's is the difference between required_with and required_with_all laravel validation

I already tried have a look at https://laravel.com/docs/5.4/validation but still , i don't really get what's is …

php laravel laravel-validation
Laravel 5.4 sometimes validation rules not working

I am trying to validate a date field only if it is present. It was working fine before I upgraded …

laravel laravel-validation laravel-5.4