Demystify Symfony - Understanding the functions of the framework
Description
Symfony offers many great functions that make our lives much easier. For example, thanks to dependency injection and Service Container, we never have to worry about having a class available anywhere.
But what has been given to us for years is actually not even a function of PHP.
This and other features of the framework that we use so often. Let's take a closer look at how they work and make their magic easy to understand.
Requirements
Code repository: https://github.com/qossmic/web-summer-camp-2024. In the readme of the repo all necessary requirements for the workshop are documented. Preferable option is to install Docker. With Docker, it is important that each participant has the latest possible version and all the necessary rights to operate it.
IDE's are freely selectable :)