What is laravel mvc?



What is laravel mvc?..

Answer / 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

More Laravel PHP Framework Interview Questions

What is a laravel collection?

0 Answers  


How to get data between two dates with query in laravel?

0 Answers  


How to enable query log in laravel?

0 Answers  


What is a caas?

0 Answers  


How to Configuration Laravel - Encryption ?

1 Answers  


What is service providers?

0 Answers  


Tell me how to use select query in laravel?

0 Answers  


How to start, stop mysql on valet?

0 Answers  


What is automatic injection in laravel?

0 Answers  


What are the difference between laravel 5 & laravel 4?

0 Answers  


How would you add a 3rd party package like sentry?

0 Answers  


How does laravel handle assets?

0 Answers  


Categories