What is a Views ?
Answer / Arvind Kumar Pandey
Views in Laravel are templates that define the structure and appearance of your application's user interface. They can be created using Blade syntax, which is a powerful templating engine provided by Laravel.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create route name in laravel 5?
Explain how to create custom middleware in laravel?
What is response macros?
What does framework mean in programming?
What is crud in laravel?
What is route model binding in laravel?
How do I see all of the routes that are defined?
Is laravel support caching? Explain
What is schema in laravel?
How to turn off crsf protection for specific route in laravel?
Explain the difference between implicit and explicit route binding in laravel?
In which directory laravel configartion files are kept.