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 to create subdomain routing in laravel 5?
What is homestead.yaml?
How to generate a controller with resources in laravel?
How to share sites with external world on valet?
How to add additional sites in homestead environment?
Is laravel backend?
How to localize resource uris in laravel?
What are traits in laravel?
What is database migration in laravel?
Explain the directory structure of laravel 5.6.
How to get configuration values in laravel?
Explain validations in laravel?
What is method spoofing in laravel?
How to use laravel framework in php?
What is a Laravel - Encryption ?