> 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.md).

# 路由与控制器

通常Web应用程序框架通过HTTP(S)接收来自用户的请求并做出响应,这就意味着定义应用程序的路由是学习Web框架的首要并且重要的问题,没有路由,你几乎没有任何能力与用户进行交互.

在本章中，我们将研究Laravel中的路由；您将看到如何定义它们，如何将它们指向它们应该执行的代码，以及如何使用Laravel的路由工具来处理各种路由需求。
