nekoos / laravel-latte
Latte templating engine integration with Laravel
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
pkg:composer/nekoos/laravel-latte
Requires
- php: >=5.5.9
- laravel/framework: ^5.2
- latte/latte: ^2.3
This package is auto-updated.
Last update: 2025-09-25 10:59:43 UTC
README
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.