Thursday, March 30, 2017

how to fix bug laravel validator with Post man send API. Validator return redirect uri root path. it not errors json status 422

how to fix bug laravel validator with Post man send API. Validator return redirect uri root path. it not errors json status 422.

Laravel redirect to root on request validation error .

I have a required field in a Laravel Request Class and when that field is not present in the request, the request is redirected to root '/'.

I am sending the request via Postman.



via Tran Hoang Hiep

Advertisement