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 |
Explain dependency injection?
what is meant by Global Middleware and Route Middleware ?
List out the plateforms laravel homestead supports?
What is middleware in laravel?
What is composer in laravel php?
What are http exceptions?
What is bootstrap in laravel?
What do you know about csrf token in laravel? How can someone turn off csrf protection for a specific route?
What is monolog library?
How do I register a service provider?
What is laravel trait?
How will you explain guarded attribute in a laravel model?