In this course, we will focus on making the ToDo application more enterprise-friendly by integrating a database, configuring important middleware, and handling errors properly.
Overview
Syllabus
- Unit 1: Integrating a Database to Your Symfony App
- Symfony and Doctrine in Action
- Configure Symfony with Doctrine ORM
- Configure Doctrine ORM in Symfony
- Unit 2: Implementing Database Services in Symfony
- Running the Symfony ToDo API
- Fix and Debug ProductService
- Completing Employee Service Implementation
- Complete CRUD Operations for Book
- Unit 3: Setting Up Middlewares in Symfony
- Monitoring Request and Response Time
- Fix Middleware Timing Bug
- Implement Timer Middleware
- Complete Timer Middleware Implementation
- Unit 4: Error Handling in Symfony Applications
- Custom Error Handling in Action
- Fix the Error Handler
- Complete Exception Listener
- Add Exception Listener in Symfony