What is laravel mvc?
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 |
Tell me how to set database connection in laravel?
What is meant by Laravel - Hashing ?
What do you mean by tagging used in laravel 5?
What is best backend framework?
What is a Views ?
What are route groups?
What are all the different Route Parameters ?
What is compact in laravel?
What is helpers in laravel?
What is the difference between laravel and symfony?
What is name route in laravel?
What is eloquent orm in laravel?