This is a screencast built around one real application, taught by the lead author of the Symfony documentation – the kind of foundation meant to carry over into whatever you build with Symfony afterward.
What you'll build up, piece by piece
- Installing and configuring a Symfony environment properly from the start
- Routing fundamentals and URL pattern management
- Controllers and how to shape a response
- Services, the container, and dependency injection
- Twig templating for dynamic views
- Building JSON API endpoints
- Configuring separate development and production environments
Best practices are woven in throughout rather than tacked on at the end, so the habits you pick up match how the framework is actually used in production.