Answer Posted / sachin-laradev
MVC refers to model view controller.
Model is where we define our database operations and we can create our custom queries there too.
View is the structure of page (HTML, CSS, JS etc)
Controller is where we define our logic
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to enable multiple php versions in homestead?
Explain few features of laravel?
What is system requirement for installation of laravel 5.2 (latest version)?
Define @include.
What is lts version of laravel?
What is antiforgerytoken used for?
Explain binding instances?
What is homestead.yaml?
What is laravel framework?
What is reverse path check?
What is the use of dd() function?
What do you mean by bundles?
What are some use valet commands?
What directories that need to be writable laravel installation?
What is laravel good for?