Get started with the basics of Symfony in this course! You'll learn how Symfony works with the MVC pattern, exploring project structure, controllers, services, and how they fit together. By the end, you'll know how to build and run a Symfony application from the ground up.
Overview
Syllabus
- Lesson 1: Creating Your First Symfony App
- Run Your First Symfony App
- Change Message in Controller and Template
- Complete The Route Configuration
- Lesson 2: Understanding Controllers in Symfony
- Observing Controllers in Action
- Modifying Action Names
- Find and Fix Controller Bug
- Render Messages with Symfony Controllers
- Building a Labrador Controller
- Lesson 3: Modularizing Your Application with Services
- Understanding Symfony Services in Action
- Renaming Service Method and Updating Controller
- Using Symfony Services Effectively
- Debugging Services in Symfony
- Create and Use a Robot Service
- Lesson 4: Exploring Dependency Injection in Symfony
- Complete the Dependency Injection
- Fix Dependency Injection Issue
- Compare Cat Breeds with Dependency Injection