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 do I add a 3rd party package to your application like laravel-emoji?
What is a service provider laravel?
How to enable query log in laravel?
List the steps to configure laravel application.
Tell me what are the feature of laravel 5.0?
What are the Steps for Creating a Blade Template Layout ?
Do you know how to use delete statement in laravel?
What is monolog library in laravel?
What is laravel scout?
What is fillable attribute in a model?
What is a forget() ?
How to send mail using queue in laravel 5?
What is service provider in laravel?
Can you update homestead? If yes, how?
How to get cookies in laravel?