Jason Lewis shows you everything you need to know about Laravel’s IoC Container in his latest post on tuts+:
Inversion of Control, or IoC, is a technique that allows control to be inverted when compared to classical procedural code. The most prominent form of IoC is, of course, Dependency Injection, or DI. Laravel’s IoC container is one of the most used Laravel features, yet is probably the least understood.
Learn about Laravel’s IoC Container is a post from Laravel News.