Method not allowed when PUT used over AJAX for Laravel resource Method not allowed when PUT used over AJAX for Laravel resource ajax ajax

Method not allowed when PUT used over AJAX for Laravel resource


Most browsers can't send PUT methods and are restricted to just GET and POST.

Try changing the method to POST, but leave your _method element in the data array to spoof the request method.