Symfony 4 Fundamentals: Services, Config & Environments

Go to class
Write Review

Symfony 4 Fundamentals: Services, Config & Environments provided by SymfonyCasts is a comprehensive online course, which lasts for 2-3 hours worth of material. Symfony 4 Fundamentals: Services, Config & Environments is taught by Ryan Weaver. Upon completion of the course, you can receive an e-certificate from SymfonyCasts. The course is taught in Englishand is Paid Course. Visit the course page at SymfonyCasts for detailed price information.

Overview
  • 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!

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