what is Blade ?
Answer / amit khanna
Blade is a templating engine to design a unique layout.The layout thus designed can be used by other views, and includes a consistent design and structure.
When compared to other templating engines, Blade is unique in the following ways -
It does not restrict the developer from using plain PHP code in views.
The blade views thus designed, are compiled and cached until they are modified.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are some use valet commands?
What is a primary implication of a cross site request forgery attack?
What is database migration in laravel?
How to configure a mail-in laravel?
What are the site types supported by homestead?
Explain validation concept in laravel.
Explain the events in laravel?
What is a forget() ?
How to use select query in laravel?
What is laravel framework?
Why middleware is used in laravel?
How to create custom middleware in laravel?