Overview
Master the fundamentals of building MVC applications with PHP Laravel. Learn how to create models, views, and controllers, how to authenticate users, how to handle errors and how to test your application. Get hands-on experience with real-world examples and exercises.
Syllabus
- PHP Laravel Basics
- 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.
- Building an MVC ToDo App with Laravel
- 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.
- Adding Enterprise Features to your MVC Laravel App
- 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.
- Securing and Testing Your Laravel App
- In this course, we will secure our ToDo application using `bcrypt` and simple middleware. Additionally, we will cover the application with comprehensive tests, including unit tests with mocks and component tests without mocks.
Courses
-
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.
-
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.
-
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.
-
In this course, we will secure our ToDo application using `bcrypt` and simple middleware. Additionally, we will cover the application with comprehensive tests, including unit tests with mocks and component tests without mocks.