> 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/shou-ji-he-chu-li-yong-hu-shu-ju/yan-zheng.md).

# 验证

Laravel有很多方法验证传入的数据。我们将在下一节介绍表单请求，我们有两个主要选项：手动验证或在Request对象上使用validate()方法。 让我们从更简单，更常见的validate()开始
