July 2018
Intermediate to advanced
420 pages
8h 46m
English
In a very basic MVC workflow, when a user interacts with our application, the steps in the following screenshot are performed. Imagine a simple web application about books, with a search input field. When the user types a book name and presses Enter, the following flow cycle will occur:

The MVC is represented by the following folders and files:
| MVC Architecture | Application Path | File | |
| Model | app/ | User.php | |
| View | resources/views | welcome.blade.php | |
| Controller | app/Http/Controllers | Auth/AuthController.php Auth/PasswordController.php | |
Note that the application models are at the root of the app folder, and the application ...
Read now
Unlock full access