serge0design / pimcore-custom-twig
A collection of twig Extensions/Filters and Tests for Pimcore 11.
Package info
github.com/serge0design/pimcore-custom-twig
Type:pimcore-bundle
pkg:composer/serge0design/pimcore-custom-twig
v1.0.1
2024-03-11 20:09 UTC
Requires
- ext-iconv: *
- ext-intl: *
- ext-mbstring: *
- pimcore/pimcore: ^v11.1.0
- symfony/ux-twig-component: ^2.7
- twig/extra-bundle: ^3.5
- twig/string-extra: ^3.5
README
A collection of twig Extensions/Filters and Tests for Pimcore 11.
Installation
"require": { "serge0design/pimcore-custom-twig": "^1.0", }
- Execute: $
composer require serge0design/pimcore-custom-twig
Add Bundle to bundles.php:
return [ SergeDesign\PimcoreCustomTwigBundle\PimcoreCustomTwigBundle::class => ['all' => true], ];