Package Data | |
---|---|
Maintainer Username: | wodCZ |
Package Create Date: | 2016-07-10 |
Package Last Update: | 2016-07-24 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 15:02:14 |
Package Statistics | |
---|---|
Total Downloads: | 21 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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.