Why do I have to pass data through param in Laravel?
I'm developing a laravel api using resource controller. There I have to use PUT method for updating something. When I try to pass data through body with form-data the validation error happens. I have to pass the data through param.…