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

Can you update homestead? If yes, how?

0 Answers  


What is best backend framework?

0 Answers  


How to write php code in laravel blade?

0 Answers  


How do I register a middleware?

0 Answers  


What is meant by Laravel - Encryption ?

1 Answers  


Explain web.php route.

0 Answers  


What are the major differences between laravel 4 and laravel 5.x?

0 Answers  


What do you maen by method spoofing in laravel 5?

0 Answers  


What is blade template engine?

0 Answers  


How to create a laravel project using composer.

0 Answers  


What is query builder in laravel?

0 Answers  


Explain validation concept in laravel.

0 Answers  


Categories