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 are the 3 service provider types?
What is the use of the bootstrap directory?
What is the directory structure of laravel 5.6?
List out the databases laravel supports?
Explain how to register a middleware in laravel?
How do I start laravel in ubuntu?
Explain binding primitives?
How to set cookies in laravel?
How to create route name in laravel 5?
What is the use of Laravel - Sending Email ?
What is monolog library?
What do you understand by database migrations in laravel? How can we use it?
What is meant by Implicit Controllers
What does framework mean in programming?
Explain traits in laravel.