> For the complete documentation index, see [llms.txt](https://liseen315.gitbook.io/laravel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liseen315.gitbook.io/laravel/lu-you-yu-kong-zhi-qi/biao-dan-wei-zao.md).

# 表单请求方法伪造

有时你需要手动定义表单发送哪种HTTP verbs,HTML表单默认只允许GET或者POST,因此如果你想要发送其他的verb，你需要自己制定.
