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 Accessing Session Data in Laravel ?
How to check composer is installed or not in laravel?
Explain traits in laravel.
Do you know what is php artisan.
What is vagrantfile and homestead.yaml?
Is laravel good for api?
How to start, stop mysql on valet?
Is laravel backend?
What is the default session timeout duration?
What is the directory structure of laravel 5.6?
How do I seed my database for column that is a foreign key referencing to other table?
Can I use react with laravel?