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 auth api laravel?

0 Answers  


What is system requirement for installation of laravel 5.2 (latest version)?

0 Answers  


Is it easy to learn laravel?

0 Answers  


What is crud in laravel?

1 Answers  


Explain the difference between laravel and codeigniter?

0 Answers  






How to add a middleware in route group?

1 Answers  


How to bind a service container to a service provide.

0 Answers  


What are the advantages of using laravel?

0 Answers  


How to use stored procedures in laravel?

0 Answers  


What is current stable version of laravel?

0 Answers  


What do you know about facades in laravel? Explain.

0 Answers  


What is factory in laravel?

0 Answers  


Categories