background preloader

Frontend

Facebook Twitter

Tuts - Copy

Blade Templates - Laravel - The PHP Framework For Web Artisans. Introduction Blade is the simple, yet powerful templating engine provided with Laravel.

Blade Templates - Laravel - The PHP Framework For Web Artisans

Unlike other popular PHP templating engines, Blade does not restrict you from using plain PHP code in your views. In fact, all Blade views are compiled into plain PHP code and cached until they are modified, meaning Blade adds essentially zero overhead to your application. Blade view files use the .blade.php file extension and are typically stored in the resources/views directory. Template Inheritance.

Blade Templates

Localization. Frontend Scaffolding. Compiling Assets.