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
- Course 1: PHP Laravel Basics
- Course 2: Building an MVC ToDo App with Laravel
- Course 3: Adding Enterprise Features to your MVC Laravel App
- Course 4: Securing and Testing Your Laravel App
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.
Reviews
3.0 rating, based on 2 Class Central reviews
4.4 rating at CodeSignal based on 210 ratings
Showing Class Central Sort
-
The implementation is well-structured and demonstrates a clear understanding of Dependency Injection in Laravel. All components—interface, providers, service, controller, and routing—are correctly connected. The code is clean, readable, and follows good practices. Minor improvements could include consistent formatting and optional enhancements in method outputs, but overall it is a solid and functional solution.
-
It was a good course. I learned a lot from this course . i hope i can use the knowledge of this course in my future and have a good future ahead.