Thanks for the ideas even i was struggling for the same problem, But as if now it been resolved tel me one thing what if we use any software for taking backup recovery like for example we take backup from "Ahsay backup" software and then from that only we take recovery also, Please suggest.
Resolvi um problema igual assim.
function excluir(iddeletar){
var contentType = "application/x-www-form-urlencoded; charset=utf-8";
$.ajax({
type: "POST",
url: "http://www.www.com.br/api/participante/"+iddeletar,
data: {_method: "delete"},
contentType: contentType,
success: function(json){
console.log(json);
},
error:function(json){
console.log(json);
}
});
}
Preste atenção em:
type: "POST", data: {_method: "delete"},
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community