# Laravel Up and Running A Framework for Building Modern PHP Apps

## 目录:

1. [为什么是Laravel](/laravel/he-wei-laravel.md)
2. [创建Laravel开发环境](/laravel/chuang-jian-laravel-kai-fa-huan-jing.md)
3. [路由与控制器](/laravel/lu-you-yu-kong-zhi-qi.md)
4. [Blade 模板引擎](/laravel/blade-mo-ban-yin-qing.md)
5. [数据库和Eloquent](/laravel/shu-ju-ku-he-eloquent.md)
6. [前端组件](/laravel/qian-duan-zu-jian.md)
7. [收集和处理用户数据](/laravel/shou-ji-he-chu-li-yong-hu-shu-ju.md)
8. [Artisan 和 Tinker](/laravel/artisan-he-tinker.md)
9. [用户认证与授权](/laravel/yong-hu-ren-zheng-yu-shou-quan.md)
10. [请求，响应，和中间件](/laravel/qing-qiu-xiang-ying-he-zhong-jian-jian.md)
11. [容器](/laravel/rong-qi.md)
12. Testing
13. [编写APIs](/laravel/bian-xie-apis.md)
14. Storage and Retrieval
15. Mail and Notifications
16. Queues Jobs Events Broadcasting and the Scheduler
17. Helpers and Collections
18. The Laravel Ecosystem

> 记录php web 框架Laravel学习,因为水平有限,有些内容可能会根据个人理解进行粗略翻译.尽量保证内容的准确性.
>
> 译者的虚拟环境为Homestead,Laravel版本为Laravel Framework 5.8.27
>
> 第一版本译者会进行粗略翻译,当全部内容翻译完毕后会重新通读以解决语句不通和难以理解的部分
>
> 注：英文原版归作者所有，如若转载翻译版本请注明出处,谢谢


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://liseen315.gitbook.io/laravel/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
