# Laravel Tips 【Laravel 微课堂】

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