I'm trying to figure out how to customize the Form requests to validate By default Laravel gives a good enough JSON format for validation errors but what if we
my problem : i am using laravel framework php i want validate a field witch my field sometime is File(image) and sometime is String(src of same image) is there
My question is about Laravel validation rules. I have two inputs a and b. a is a select input with three possible values: x, y and z. I want to write this rule
I'm trying to shorten my controller code, and I want to know the conventions to use with Laravel while validating and storing. Controller public function store(
I currently have a validation for sortField but I checked this accepts /api/request?sortField='date'&sortField='time' and I want it to only accept one value
I want to know if I have to use a string or an integer for a phone number? I have tried an integer but I have a problem in my validation. ... table->integ
I am developing a Laravel application. What I am doing in my application is that I am trying to override the custom validation rule message. I have validation
I am developing a Laravel application. What I am doing in my application is that I am trying to override the custom validation rule message. I have validation