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 |
How to install installing mariadb on homestead?
How to use update query in laravel?
How does laravel handle assets?
How to write php code in laravel blade?
What is an artisan? Name some common artisan commands?
How will you check table is exists or in the database?
Is laravel any good?
What are the default ports that are forwarded to your homestead environment?
How do I see all defined routes?
What is an observer?
By default valet serve your app which tld?
Does laravel prevent sql injection?