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 types of service providers?
What is blade in laravel?
What is the differce between contracts and facades?
Tell me how do you do dependency injection in laravel?
What is an observer?
What is the use of the eloquent cursor() method in laravel?
How to install laravel via laravel installer.
How does laravel handle assets?
What is a controller middleware?
Explain about input() method.
What are the software’s included in laravel homestead?
Why should I use laravel?
Please explain the difference between laravel and codeigniter?
How to get last inserted id using laravel query?
How will you describe bundles in laravel?