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. We will use the MVC pattern throughout the course.
Overview
Syllabus
- Unit 1: Integrating a Database into Your Laravel Application
- Running Your Laravel ToDo Application
- Adding Due Dates to Tasks
- Fix the ToDo Retrieval Bug
- Integrate Laravel with Heroes Database
- Building Character Management System
- Unit 2: Database Migrations in Laravel
- Running Laravel Migrations
- Enhance Your Todo with Importance
- Fix the Migration Bug
- Add a Deadline to Your Todos
- Build Your Job Application Manager
- Unit 3: Configuring Middleware in Laravel
- Run and Observe Middleware Logging
- Enhance Middleware Logging Capabilities
- Fix Bugs in Middleware Logging
- Enhance Your Middleware Code
- Create Middleware for Request Logging
- Unit 4: Error Handling in Laravel Applications
- Run Your Laravel Error Handling Code
- Enhance Laravel Error Handling
- Fix the Error Handling Bug
- Custom 403 Error Handling Task
- Master Laravel Error Handling