I'm using Laravel 5.2 and i'm using Laravel's Form Post Validation method. It is validating as expected. But if validation fails it should return the error message as JSON since i'm sending an ajax request. But it is returning the previous page as html.
My request is looks like :
as per Laravel Docs in https://laravel.com/docs/5.2/validation#working-with-error-messages it shoud return a json. Is there anything i missed ?
"Accept": "application/json"
ordataType : 'json'
– Adam Mańkowski