Laravel is one of the most popular PHP frameworks and is most widely used worldwide in building web applications ranging from small to large projects. This framework is widely used by Web Developers because of its performance, features and scalability.
This framework follows the structure of the MVC (Model Vie Controller), MVC is an application method by separating data from views based on application components, such as data manipulation, controllers, and user interfaces.
By using the MVC structure, it makes laravel easy to learn and speeds up the process of making web application prototypes. This framework also provides built-in features such authentication, mail, routing sessions, and a running list.
This framework is liked by many web developers, according to a little explanation above. Another plus is that Laravel is very easy to customize. Because of that convenience you can create your own project structure that meets your web application demands.