polidog/twig-path-checker-bundle

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

0.0.1 2018-11-20 16:42 UTC

This package is auto-updated.

Last update: 2024-04-13 05:06:25 UTC


README

This bundle is check tiwg file path.

install

$ composer require --dev polidog/twig-path-checker-bundle

Configuration

// AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Polidog\TwigPathCheckerBUndle\PolidogTwigPathCheckerBUndle(),
        // ...
    );
}

Using

$ bin/console lint:twig:path