Posts by Felnente • 31 points
3 posts
-
0
votes1
answer127
viewsA: Laravel 5.8 - Validation - pass value of one input to validate another
I solved the problem by assigning the value of the input in a variable and passing as parameter as image.…
-
2
votes1
answer127
viewsQ: Laravel 5.8 - Validation - pass value of one input to validate another
I would like to check if there is a possibility in the formRequest validation to pass the value of one input as a parameter to validate another. Example: Inputs 'company_id', 'email' in formRequest…
-
0
votes1
answer432
viewsQ: Laravel 5.8 - Create custom validations to use on a Formrequest?
I would like to create some custom validations and call them inside the FormRequest as per image:…