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
What is contract in laravel?
What is laravel contract?
What is a Middleware Parameters ?
What are the advantages of using laravel?
How to use skip() and take() in laravel query?
How to create view Laravel - File Uploading ?
What is the use of dd() function?
List out the databases laravel supports?
What do you know about traits in laravel?
What do you mean by make() method?
Explain how to add additional sites in homestead environment?
How to install installing mariadb on homestead?
What is laravel dependency injection?
How to create model controller and migration in a single artisan command in laravel?
How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?