Symfony 3 Fundamentals: Bundles, Configuration & Environments

Go to class
Write Review

Symfony 3 Fundamentals: Bundles, Configuration & Environments provided by SymfonyCasts is a comprehensive online course, which lasts for Less than 1 hour of material. Symfony 3 Fundamentals: Bundles, Configuration & 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
  • After the first course - Joyful Development with Symfony3, you've got Symfony up and running. CELEBRATION!In this episode, it's time to get down to work by learning the fundamental concepts of bundles, configuration and environments! We'll discover what all the files in a Symfony project do and why, the purpose of bundles and the power behind environments. So let's get to work: what we're about to learn will pay dividends for us in the future:Where do services come from?Installing an external bundleConfiguring bundlesController outside servicesUsing config:dump-referenceUnderstanding Symfony environmentsCreate your own environmentThe prod environment and cache:clearThe famous parameters.ymlWhere do routes come from?src/ versus appReady, set, go!

Syllabus
    • 01. Bundles
    • 02. Using a Service
    • 03. Config.yml: Control Center for Services
    • 04. Adding a Cache Service
    • 05. Configuring DoctrineCacheBundle
    • 06. Environments
    • 07. config_dev.yml & config_prod.yml
    • 08. Caching in the prod Environment Only
    • 09. Parameters: The Variables of Configuration
    • 10. parameters.yml & %kernel.root_dir%
    • 11. Mastering Route config Loading