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 |
What do you know about csrf token in laravel?
How to start mysql on valet?
What is method spoofing?
How to get Retrieving a Cookie in Laravel ?
What is routing in laravel?
When laravel was launched?
what is Basic Routing ?
Tell us can laravel be hacked?
What is laravel policy?
Explain how to create custom middleware in laravel?
How to create custom middleware in laravel?
How do I use sub-domain routing?