wodcz/laravel-latte

Laravel集成Latte模板引擎

1.0.0-alpha 2016-07-24 18:01 UTC

This package is auto-updated.

Last update: 2024-08-29 03:16:04 UTC


README

Laravel集成Latte:PHP的出色模板引擎

此包注册了Latte\Engine服务,并带有正确的编译视图目录和基于调试模式的自动重新编译。

安装

composer require wodcz/laravel-latte:dev-master

然后注册

\wodCZ\LaravelLatte\LatteProvider::class,

免责声明

这只能在默认视图工厂(\Illuminate\View\Factory)下工作

此桥接器没有测试,因为我不知道如何测试这个:)

这是我第一次集成,它仅用于将welcome.blade.php重命名为welcome.latte。可能不会正常工作。