S
S
Stanislav Pochepko2016-01-18 21:23:54
JavaScript
Stanislav Pochepko, 2016-01-18 21:23:54

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 question

Ask a Question

731 491 924 answers to any question