Laravel依赖注入和控制反转@opso · Apr 20, 2017 · 2 min readIOC( inversion of controller )叫做控制反转模式,也可以称为(dependency injection ) 依赖注入模式。这也是Laravel框架的核心“容器IOC”概念。