- Hands-On Full Stack Web Development with Angular 6 and Laravel 5
- Fernando Monteiro
- 79字
- 2021-07-23 19:18:45
The basic architecture of Laravel applications
As mentioned previously, Laravel is an MVC framework for the development of modern web applications. It is a software architecture standard that separates the representation of information from users' interaction with it. The architectural standard that it has adopted is not so new; it has been around since the mid-1970s. It remains current, and a number of frameworks still use it today.
You can read more about the MVC pattern at https://en.wikipedia.org/wiki/Model-view-controller.