This course introduces you to the core concepts of Symfony, including routing, controllers, services, and dependency injection. You will learn how to create and manage a Symfony application and explore the different techniques for dependency injection in Symfony.
Overview
Syllabus
- Unit 1: Very First App and Project Structure
- Run Your First Symfony Application
- Unit 2: Controllers in Symfony
- Basic Symfony Controller in Action
- Fix and Improve the Controller
- Add Missing Controller Parts
- Build a Symfony Controller
- Unit 3: Services in Symfony
- Run Symfony Application with Service
- Modify the Service Output
- Fix the Symfony Service
- Build a Superhero Service
- Unit 4: Dependency Injection in Symfony
- Dependency Injection in Action
- Add Ingredient to Sandwich
- Fix the Sandwich Service
- Add Missing Code for Dependency Injection
- Dependency Injection: The Sandwich Maker