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
What is open source software?
What is reverse path multicasting?
What is database migration in laravel? How to use this?
How to do 301 redirects in laravel?
How to enable multiple php versions in homestead?
What is laravel cms?
What is a laravel model?
How to Accessing Session Data in Laravel ?
What are the Forms in Laravel ?
How to check ajax request in laravel?
In which directory laravel configartion files are kept.
What is eloquent model?
What do you know about service providers in laravel?
Explain me what directories that need to be writable laravel installation?
Explain how to do environment configuration in laravel?