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 use custom table in laravel modal?
What is laravel route?
Explain how to do subdomain routing in laravel?
What is namespace in php laravel?
How can we use middleware in laravel?
Explain how to upgrade valet to valet 2.0?
How can you reduce memory usage in laravel?
Explain how to redirect user with flashed session data in laravel?
What do you know about csrf token in laravel?
How to check request is ajax or not?
What do you mean by reverse routing in laravel 5?
What is auth :: routes ();?