Latte templating engine integration with Laravel
wodcz/laravel-latte is a Laravel package for latte templating engine integration with laravel.
It currently has 0 GitHub stars and 21 downloads on Packagist (latest version 1.0.0-alpha).
Install it with composer require wodcz/laravel-latte.
Discover more Laravel packages by wodcz
or browse all Laravel packages to compare alternatives.
Last updated
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.
composer require wodcz/laravel-latte:dev-master
then register
\wodCZ\LaravelLatte\LatteProvider::class,
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.