-
Ready to take your Symfony skills to the next level? Then let's talk about what's at the core of Symfony: services and the container. In this tutorial, you'll learn about what makes your app "tick", including:Installing external packagesFinding and using servicesConfiguring bundles (i.e. configuring outside services)Symfony EnvironmentsThe magical configuration loading mechanismService parametersEnvironment Variables and .envBonus: The MakerBundleBy the end, you'll see how your app works under-the-hood and understand the fundamentals behind any feature in Symfony. Let's go!
Overview
Syllabus
-
- 01. Bundles give you Services
- 02. KnpMarkdownBundle & its Services
- 03. The Cache Service
- 04. Configuring a Bundle
- 05. debug:container & Cache Config
- 06. Explore! Environments & Config Files
- 07. Leveraging the prod Environment
- 08. Creating Services!
- 09. Using Non-Standard Services: Logger Channels
- 10. services.yaml & the Amazing bind
- 11. Config Parameters
- 12. Constructors for your Controller
- 13. Installing Bundles with "Average" Docs
- 14. Autowiring Aliases
- 15. Environment Variables
- 16. Env Var Tricks & on Production
- 17. Bonus! LoggerTrait & Setter Injection
- 18. MakerBundle
- 19. Fun with Commands