Answer the question
In order to leave comments, you need to log in
How to handle errors from Laravel Request validator in X-Editable?
How to properly handle and display errors in the X-Editable plugin when I use Request validation of this kind?
return [
'title' => 'required|max:128',
'percentage' => 'required|numeric|beetween:0,100'
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question