Slide 1

Slide 1 text

Welcome

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

@christophrumpel

Slide 4

Slide 4 text

The final Laravel Service Container talk

Slide 5

Slide 5 text

THE SERVICE CONTAINER Binding Making Resolving Dependency Injection Inversion Of Control IOC Container Providers Singleton Auto-Resolving Facades Interface Binding Context Binding PSR-11 !

Slide 6

Slide 6 text

FORGET ABOUT THE HOW LETS FOCUS ON THE WHY (AND WHEN)

Slide 7

Slide 7 text

What if there was no Service Container?

Slide 8

Slide 8 text

Loading Example ...

Slide 9

Slide 9 text

WHY WE NEED THE SERVICE CONTAINER

Slide 10

Slide 10 text

WHY WE NEED THE SERVICE CONTAINER Better dependency handling Less responsibilities No duplicated code Change the control flow

Slide 11

Slide 11 text

WHO IS IN CONTROL

Slide 12

Slide 12 text

WHO IS IN CONTROL

Slide 13

Slide 13 text

WHO IS IN CONTROL = Inversion Of Control (IOC)

Slide 14

Slide 14 text

Ok, HOW is important too More Examples

Slide 15

Slide 15 text

Auto-Resolving Before After

Slide 16

Slide 16 text

Explicit Binding AppServiceProvider

Slide 17

Slide 17 text

Facades Before After

Slide 18

Slide 18 text

Facades Before After

Slide 19

Slide 19 text

Facades & Fakes Example Time

Slide 20

Slide 20 text

Extending & Overriding Example Time

Slide 21

Slide 21 text

src/Illuminate/Foundation/Http/Kernel.php Bind an instance

Slide 22

Slide 22 text

Singletons AuthServiceProvider

Slide 23

Slide 23 text

Packages

Slide 24

Slide 24 text

WHY WE NEED THE SERVICE CONTAINER Better dependencies handling Less responsibilities No duplicated code Change the control flow

Slide 25

Slide 25 text

Resources The Best Introduction To Laravel's Service Container https://bit.ly/3triBqS The Service Container, with Christoph Rumpel & Matt Stauffer https://bit.ly/3eIcsT8 4 Ways The Laravel Service Container Helps Us Managing Our Dependencies https://bit.ly/3eOjCFi Mastering The Illuminate Container https://bit.ly/38NAAjr Service Container Fundamentals https://bit.ly/38P1JT4

Slide 26

Slide 26 text

@christophrumpel NO SPEAKERS PROPERTY Base Eloquent Model Laravel Core Adventures https://laravelcoreadventures.com

Slide 27

Slide 27 text

Code Examples Git repository with my code examples https://bit.ly/3ePkhXg

Slide 28

Slide 28 text

No content

Slide 29

Slide 29 text

The End