Flexible Symfony 4 Services

preview_player
Показать описание
Services are a great way to make your applications easier to maintain and adapt to new requirements. Learn how to create them within the Symfony 4 framework.

Рекомендации по теме
Комментарии
Автор

Excellent job! There are a lot of videos talking about that for 30, 60 minutes, and you explained directly to the point.

lesleyfernandes
Автор

Very well explained, I'm kind of new to symfony and I understood it clearly

adriantaker
Автор

Right to the point. Great explanation and walkthrough the necessary steps, with details on the rationale along the way.

georgianagligor
Автор

Good explanation Anna, just I want to mention that you have used here the Strategy design pattern which respects the second rule for SOLID, which is Open to extension closed to modification

thamerbelfkih
Автор

Great explanation, thank you!
I only don't understand why it works, if you use "cms.cockpit" as a key in the services.yaml? Can I use any name/key here?

vwolfG