methodNotAllowed(array('GET', 'HEAD', 'POST'-6ren">
gpt4 book ai didi

php - Laravel 5 MethodNotAllowedHttpException PUT

转载 作者:行者123 更新时间:2023-12-04 16:04:23 28 4
gpt4 key购买 nike

我正在尝试更新用户,但是当我点击提交按钮时,Laravel 抛出以下错误:

"RouteCollection->methodNotAllowed(array('GET', 'HEAD', 'POST')) in RouteCollection.php line 206".

我认为 PUT 方法是不允许的,但我不明白原因。该请求永远不会到达 UserController@update

我配置了这样的资源路由:

Route::resource('backend/users', 'Backend\UsersController');

php artisan route:list 的输出是:

output of php artisan route:list

最佳答案

我是这样解决问题的:一定是表单的post action错误;

<form method="POST" action="10.241.229.1/backend/users/{{$user->id}}"; accept-charset="UTF-8">

将您想要更新的 ID 添加到操作中。

enter image description here

关于php - Laravel 5 MethodNotAllowedHttpException PUT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35431617/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com