celtic34fr/zf-got-twig-extension

GraphicObjectTemplating 模块扩展模板

dev-master 2019-09-04 09:48 UTC

This package is auto-updated.

Last update: 2024-09-04 20:24:29 UTC


README

本模块可以帮助您构思和构建 GraphicObjectTemplating (zf-graphic-object-templating) 扩展

安装前

您必须安装以下包: celtic34fr/zf-graphic-object-templating,开发版本,通过以下命令安装:

composer.phar require celtic34fr/zf-graphic-object-templating @dev 

使用 Composer 安装

之后,使用以下命令安装此包:

composer.phar require celtic34fr/zf-got-twig-extension @dev

为了使用已安装的模块,您需要按照以下方式配置您的应用程序

首先,在 config/modules.config.php 文件中,添加以下行:

...
'GotTemplateExtension',
...

现在,一切准备就绪,可以开始开发自己的扩展,通过向您的项目、应用程序添加新模块。