Answer Posted / 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 |
Post New Answer View All Answers
What is laravel framework?
Explain about laravel project?
How can we configure a mail-in laravel?
What is http middleware?
Explain request life cycle of laravel.
Exceptions are handled by which class?
How do I test sending emails without actually sending emails to real addresses?
How to send mail using queue in laravel 5?
What are the steps to configure homestead?
How can we get the user's ip address in laravel?
How to stop valet?
How can you update homestead?
How to check if value is sent in request?
How do I populate my database with sample data?
How do you install laravel?