I\'ve got this resource in routes.php:
Route::resource(\'items\', \'ItemsController\', [\'before\' => \'admin_access\']);
Trying to reac
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.
_method
data