我正在尝试使用api为客户端应用程序构建一个laravel应用程序,但是我得到了这个奇怪的MethodNotAllowedHttpException
,我不明白为什么。
以下是php artisan route:list
的输出:
请求的内容:
尝试POST到api/v1/accounts
时发生错误(如上面的屏幕截图所示)。
我希望你能帮助我。
答案 0 :(得分:0)
Larval restful update api使用方法PUT / PATCH
尝试将以下代码添加到<form>
标记中
<input type="hidden" name="_method" value="PUT">