serge0design/pimcore-custom-twig

A collection of twig Extensions/Filters and Tests for Pimcore 11.

v1.0.1 2024-03-11 20:09 UTC

This package is auto-updated.

Last update: 2024-05-02 12:02:09 UTC


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],
];