#4 Controllers in Laravel

Why Laravel Controllers

Controller is one of the major part of MVC (Model-View-Controller) architecture. In our previous lecture, we’ve learned about laravel routing, now it might be not good to write all the business logic in a one file in route – web.php.

To write logic what a route will do, we’ll write that in controller. We’ll understand the concept of Laravel Controllers now. Default Controller location of Laravel is&nbs

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top