celtic34fr/zf-got-twig-extension

template of module extension for GraphicObjectTemplating

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

This package is auto-updated.

Last update: 2024-04-04 19:27:04 UTC


README

This module will help you in the conception and the construction of extensions for GraphicObjectTemplating (zf-graphic-object-templating)

Before any Installation

You must have install the package : celtic34fr/zf-graphic-object-templating, development version by the following command :

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

Installation using Composer

After that, you install this package with :

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

In order to use the installed module, you need to configure your application as follows:

First, in config/modules.config.php file, add the following line :

...
'GotTemplateExtension',
...

Now, all is is ordre to work. You can begin to develop your own extension by adding a new module to your project, your application.