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
Can you please explain the difference between laravel and codeigniter?
What is php artisan.
Do you know laravel eloquent?
How do I require authentication for a set of routes associated with a subdomain?
By default valet serve your app on which tld? How to configure it to use another domain?
How to get current route name?
What is fillable in laravel model?
Lists the available router methods used in laravel 5?
What is a route?
How auth is used?
Do you know how to use delete statement in laravel?
How do I add a 3rd party package to your application like laravel-emoji?
Tell me what is the purpose of using dd() function iin laravel?
What is the service container in laravel?
Define lumen.