m12u/twig-extensions-bundle

There is no license information available for the latest version (1.0.0) of this package.

Twig extensions bundle

1.0.0 2018-01-24 09:26 UTC

This package is not auto-updated.

Last update: 2024-05-01 02:25:42 UTC


README


$ composer require m12u/twig-extensions-bundle

Configuration

In your AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new M12U\Bundle\TwigExtensionsBundle\M12UTwigExtentionsBundle(),
            // ...
        ];
        
        // ...
    }
    

Extensions available

Extension Filters Functions
UcWordsExtension ucwords
UcFirstExtension ucfirst