schranz-templating/laravel-plates-integration

通过 Plates 模板引擎将模板渲染器集成到 Laravel 中。

0.1.0 2022-09-17 15:53 UTC

This package is auto-updated.

Last update: 2024-08-29 05:31:49 UTC


README

将模板适配器Plates Adapter集成到 Laravel 框架中。

Schranz 模板项目的一部分。

安装

通过 Composer 安装此包

composer require schranz-templating/laravel-plates-integration

根据项目设置,可能需要将以下内容添加到 config/app.php

    'providers' => [
        // ...
        Schranz\Templating\Integration\Laravel\Plates\SchranzTemplatingPlatesProvider::class,
    ],

配置

示例和默认配置可以在config/schranz_templating_plates.php中找到。