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 string and array helpers functions in laravel?
what is meant by CSRF Protection in Laravel ?
Explain how to configure cron jobs in homestead?
What is Terminable Middleware ?
What does orm stand for?
What is the difference between contracts vs facades?
What is the difference between facades vs helper functions?
What is rate limiting?
what are the benefits of laravel over other php frameworks? Explain
What is the default session timeout duration?
What are the requirements for laravel 5.8?
What is laravel migration?
What are the feature of laravel 5.0?
How to Accessing Session Data in Laravel ?
Why should I use laravel?