This course introduces you to the core concepts of Laravel with an emphasis on the MVC architecture. You'll learn about the project structure, controllers, models, views, and basic dependency injection within the context of MVC. By the end of this course, you will have a good grasp of how to create and manage a Laravel application using the MVC pattern.
Overview
Syllabus
- Unit 1: Very First Laravel App
- Running Your First Laravel Application
- Update the Welcome Message
- Fix the Routing Bug
- Create a New Laravel Route
- Add Routes for New Adventures
- Create a New Laravel Route
- Unit 2: Basic Laravel App with a Controller and View
- Run Laravel Controller and View
- Change the Welcome Message
- Fix the Laravel Controller Bug
- Laravel Route and Controller Practice
- Passing Multiple Values from Controller
- Create a Hero Greeting Feature
- Unit 3: Introduction to Services in Laravel
- Understanding Log Operations in Laravel
- Add Debugging to Logger Service
- Create an Alert Service in Laravel
- Building a Hero Notification System
- Implement a Custom Logging Service
- Unit 4: Dependency Injection in Laravel
- Explore Dependency Injection in Laravel
- Enhance Your Sandwich with Tomatoes
- Expand Your Sandwich Ingredients
- Build a Pizza with Code