In this course, we will focus on constructing an MVC-based ToDo application using Laravel. You will learn how to implement Models, Views, and Controllers in your Laravel projects. By the end of this course, you will have a fully functional ToDo application.
Overview
Syllabus
- Unit 1: Basic MVC App with Hardcoded List
- Run Your First MVC Laravel App
- Enhance Your ToDo App
- Debug Your MVC ToDo Application
- Explore Tasks in MVC Laravel App
- Build a Simple MVC Book List
- Unit 2: Retrieving a Single ToDo Item by ID
- Retrieving ToDo Item Details
- Retrieve ToDo by Title Instead
- Fix ToDo Detail Retrieval Bug
- Fetching Task Details by ID
- Build A Comic Character Retrieval System
- Unit 3: Create New ToDo Items
- Run the ToDo Creation Code
- Enhance ToDo with Priority Levels
- Fix Errors in ToDo Creation
- Create Action-Packed Mission Tasks
- Build Your Own Superhero Missions
- Unit 4: Deleting ToDo Items
- Run the ToDo Delete Feature
- Delete Items Only if Completed
- Fix the Delete Functionality
- Implement Deletion in Todo List
- Implement Deletion in Superhero App
- Unit 5: Updating ToDo Items
- Running Update Feature Code
- Tracking ToDo Updates Made Easy
- Fix Update Functionality Bugs
- Master Superhero Attribute Updates
- Master Superhero Updates in Laravel