wodcz/laravel-latte

Latte templating engine integration with Laravel
21
Install
composer require wodcz/laravel-latte
Latest Version:1.0.0-alpha
PHP:>=5.5.9
License:MIT
Last Updated:Jul 24, 2016
Links: GitHub  ·  Packagist
Maintainer: wodCZ

wodCZ/laravel-latte

Integration of Latte: amazing template engine for PHP to Laravel

This package registers Latte\Engine service with proper compiled view directory and auto-recompile based on debug mode.

Installation

composer require wodcz/laravel-latte:dev-master

then register

\wodCZ\LaravelLatte\LatteProvider::class,

Disclaimer

This will only work with default view Factory (\Illuminate\View\Factory)

This bridge contains no tests, as I don't know how to test this :)

This is my very-first integration, it was not used more than by renaming welcome.blade.php to welcome.latte. Things may not work.

Related Packages

jobinja/blade-macro

Reusable scope-protected blade blocks, with empty I/O on runtime (replacement fo...

4,879 7
aljes/laravel4-themer-sb-admin

Integração do thema SB Admin com o Laravel Framework.

17 0
atijust/ronin-blade

Laravel Blade template engine as a standalone component

21 0
crazyfd/php-blade

Webman 的 Laravel Blade 模板引擎(webman blade),支持 illuminate/view 10.x-13.x...

8 0
evertt/slade

A templating for Laravel inspired by Ruby Slim and Laravel Blade

177 42