laracasts / Vue-Forms

https://laracasts.com/series/learn-vue-2-step-by-step/episodes/19
396 stars 204 forks source link

Axios Delete request does not send the payload #12

Closed evertramos closed 7 years ago

evertramos commented 7 years ago

In this example the axios delete method was used, but it does not send the payload.... how would that be implemented using Laravel to get a route::delete()?

evertramos commented 7 years ago

Sorry my newbiness..... just pass the id and it works out.