InterviewSolution
Saved Bookmarks
| 1. |
What is the templating engine used in Laravel? |
|
Answer» The templating engine USED in Laravel is Blade. The blade gives the ability to USE its mustache-like syntax with the PLAIN PHP and GETS COMPILED into plain PHP and cached until any other change happens in the blade file. The blade file has .blade.php extension. |
|