Skip to main content
Category:

Problem:

laravel vuejs/axios put request Formdata not working.

Solution:

  • change axios.put() to axios.post()
  • add "_method" property with the value "PUT" to the formData object like this:
formData.append("_method", "post");

https://laravel.com/docs/8.x/routing#form-method-spoofing

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook