dmk / t3twig
Extend rn_base for using twig templates instead of marker templates
Installs: 5 843
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 20
Forks: 5
Open Issues: 2
Type:typo3-cms-extension
Requires
- digedag/rn-base: ~1.15
- twig/twig: ~1.0
- typo3/cms-core: ^9.5.24 || ^10.4.14
Requires (Dev)
- dmk/phpstan-rnbase: ^0.0.3
- friendsofphp/php-cs-fixer: ^3.3
- mikey179/vfsstream: ^1.6
- nimut/testing-framework: ^2 || ^4.0 || ^5.0
- php-parallel-lint/php-parallel-lint: ^1.2
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.8
- phpunit/phpunit: ^5 || ^6
- saschaegerer/phpstan-typo3: ^0.13
Suggests
- twig/extensions: Common additional features for Twig that do not directly belong in core. See @Documentation/reference/extensions/ThirdParty.md
Replaces
- typo3-ter/t3twig: *
This package is auto-updated.
Last update: 2024-11-02 16:14:12 UTC
README
t3twig - Twig support for TYPO3 with rn_base plugins
What is it for?
Extend rn_base for using twig templates instead of marker templates
It's also possible to use t3twig as template enginge for Typo3 template development insted of fluid templates.
Installation
Install TYPO3 via composer. Maybe you can use our TYPO3-Composer-Webroot Project
From project root you need to run
composer require "dmk/t3twig:~2.0"
Documentation
For usage please have a look in our Documentation