serge0design/pimcore-custom-twig

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

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:pimcore-bundle

pkg:composer/serge0design/pimcore-custom-twig

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

This package is auto-updated.

Last update: 2025-12-30 15:31:20 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],
];