我正在尝试让一个表单执行POST请求,但是它似乎没有这样做……它会出现以下错误 The GET method is not supported for this route. Supported methods: POST. 我真的不知道为什么,我一直在尝试做一些谷歌搜索,但我没有搜索到任何东西。这是我的代码。 Web.php Route::post('/admin/products/view/{product}/edit', 'Admin\ProductController@edit')->name('admin.products.edit