bit3/contao-twig

This package is abandoned and no longer maintained. The author suggests using the contao-community-alliance/contao-twig package instead.

Twig integration for Contao OpenSource CMS

Maintainers

👁 tril

Package info

github.com/bit3archive/contao-twig

Homepage

Issues

Wiki

Type:contao-module

pkg:composer/bit3/contao-twig

Statistics

Installs: 8 744

Dependents: 10

Suggesters: 0

Stars: 0

1.11 2014-09-19 09:20 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

  • contao-legacy/twig: 1.11

LGPL-3.0+ d4d4c9939d6983bcdd485a2fee33e9d262d3923f

twigthemetemplatecontao


README

This module provide twig support for Contao. To use twig instead of the contao engine, just use the TwigFrontendTemplate or TwigBackendTemplate class.

For content elements, you can use the TwigContentElement class, and for modules the TwigModule class. These basic classes allready uses the Twig*Template classes.

You have to suffix your templates with .twig, look at the examples in the templates directory.

Dependencies