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.
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.
Adding Enterprise Features to your MVC Laravel App
4 lessons
Course 4
Securing and Testing Your Laravel App
3 lessons
Turn screen time into skills time
Practice anytime, anywhere with our mobile app.
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
From our community
Hear what our customers have to say about CodeSignal Learn
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
I love that it's personalized. When I'm stuck, I don't have to hope my Google searches come out successful. The AI mentor Cosmo knows exactly what I need.
Faith Yim
Software Engineer
+14
It's an amazing product and exceeded my expectations, helping me prepare for my job interviews. Hands-on learning requires you to actually know what you are doing.
Alex Bush
Full Stack Engineer
+9
I'm really impressed by the AI tutor Cosmo's feedback about my code. It's honestly kind of insane to me that it's so targeted and specific.
Abbey Helterbran
Tech consultant
+8
I tried Leetcode but it was too disorganized. CodeSignal covers all the topics I'm interested in and is way more structured.
Jonathan Miller
Senior Machine Learning Engineer
+12
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
25 practices
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.