摘要: Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException No message 错误原因是因为表单提交的时候是post,但是路由写的规则是Route::get()。找了半天呐。 阅读全文