schranz-templating/spiral-spiral-view-integration
最新稳定版本:0.1.0
Composer 安装命令:
composer require schranz-templating/spiral-spiral-view-integration
包简介
A integration of template renderer into spiral via spiral view template engine.
README 文档
README
Integrate the templating SpiralView Adapter into the Spiral Framework.
Part of the Schranz Templating Project.
Installation
Install this package via Composer:
composer require schranz-templating/spiral-spiral-view-integration
Register the Bootloader class in your app/src/Application/Kernel.php if not already automatically
added by the framework:
class Kernel extends \Spiral\Framework\Kernel { protected const LOAD = [ // ... \Schranz\Templating\Integration\Spiral\SpiralView\Bootloader\SpiralViewBootloader::class, ]; }
Configuration
The Spiral View Integration has currently no configuration as LSpiralView is supported out of the box by Spiral and can be configured via the Spiral View Configuration.
统计信息
- 总下载量: 85
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-12