Laracon DB
Laracon DB
Talks for "service-providers" (2)
Laravel Internals

Taylor Otwell, creator of Laravel, gives an in-depth look at how Laravel's internals work, particularly focusing on the request lifecycle and framework architecture. He explains how HTTP and Console requests flow through the framework, the role of service providers and middleware, and shares development workflow tips for working on Laravel core and packages.

IOC container beyond constructor injection

A comprehensive talk about Laravel's IOC (Inversion of Control) Container, covering dependency injection, container bindings, and service providers. The speaker explains core IOC concepts through practical examples, demonstrates how to use the container effectively, and discusses advanced topics like circular dependencies and contextual binding.