Closed evertramos closed 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()?
route::delete()
Sorry my newbiness..... just pass the id and it works out.
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()
?