# Laravel Tips 【Laravel 微课堂】

1. [Laravel 获取 Route Parameters (路由参数) 的 5 种方法](/five-ways-to-get-routing-parameters.md)
2. [Laravel Mass-Assignment (批量赋值) 的真正含义](/the-real-meaning-of-mass-assignment.md)
3. [Laravel Dependency Injection (依赖注入) 概念详解](/what-is-dependency-injection.md)
4. [Laravel Container (容器) 概念详解 (上)](/do-you-need-a-dependency-injection-container.md)
5. [Laravel Container (容器) 深入理解 (下)](/laravel-container-in-depth.md)
6. [Laravel Service Provider 概念详解](/the-concept-of-laravel-service-provider.md)
7. [Laravel Inversion of Control (控制反转) 概念简介](/introduction-to-inversion-of-control.md)
8. [Laravel Query Builder & Eloquent ORM 介绍](/introduction-to-query-builder-and-eloquent.md)
9. [Laravel Query Builder 原理及用法](/using-query-builder.md)
10. [Laravel Eloquent 用法](/using-eloquent.md)
11. [Laravel - From Apprentice To Artisan, by Taylor Otwell](/from-apprentice-to-artisan.md)
12. [Laravel 避免 Trying to get property of non-object 错误的六种方法](/avoid-trying-to-get-property-of-non-object-error.md)
13. \[Laravel 配置 valet, PHPStorm, xdebug, PHPUnit, qcachegrind(mac)环境]\(./valet-phpstorm-xdebug-phpunit-qcachegrind(mac).md)


---

# 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://laravel-tips.seekerliu.com/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.
