serge0design / pimcore-custom-twig
A collection of twig Extensions/Filters and Tests for Pimcore 11.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:pimcore-bundle
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], ];