Skip to content

Latte templating engine integration with Laravel

Notifications You must be signed in to change notification settings

wodCZ/laravel-latte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Latte templating engine integration with Laravel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%