Time to unlock your full Symfony 7 potential: to be able to take on any task, because you understand how things work under the hood. This tutorial is all about jumping from "I can do some stuff with Symfony" to "I can do anything, just point me at the task and I'll figure it out!".
That's because we attack what's at the core of Symfony: services, config, environments & environment variables. These are the tools you'll need to take on any challenge with Symfony:
- Hello bundles! Bundles give you services
- Installing new bundles
- Finding and using services
- The debug:container and debug:autowiring Symfony console commands
- Configuring bundles (i.e. configuring services)
- The when@ syntax in configuration files
- Autowiring & binding custom arguments
- The #[Autowire] attribute
- Symfony Environments
- Service Parameters
- Environment Variables and .env files
- Environment Variable Processors
- Autoconfiguration
- Creating a custom Twig function
By the end, yea! You'll understand the fundamentals behind how any part of Symfony works. Need to use a new feature? You'll be ready!