What is views in laravel?



What is views in laravel?..

Answer / Manvendra Singh

Views in Laravel are the templates that generate dynamic web pages based on data provided by your application. Views consist of plain PHP code and Blade markup, which allows you to write HTML-based templates with additional logic.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is laravel service container?

1 Answers  


Where is the authentication configuration file is located in laravel?

1 Answers  


Does laravel support caching?

1 Answers  


Please explain laravel query builder?

1 Answers  


In which directory laravel configartion files are kept.

1 Answers  


What do you know about closures in laravel?

1 Answers  


How to enable multiple php versions in homestead?

1 Answers  


How to check an input value is present or not in laravel?

1 Answers  


What is the laravel?

1 Answers  


What is observer in laravel?

1 Answers  


Do you know what is php artisan.

1 Answers  


Difference between facades vs. Dependency injection?

1 Answers  


Categories