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
Requires
- php: >=7.1.3
- doctrine/common: ~2.9
- sensio/framework-extra-bundle: ^5.2
- symfony/config: ~3.4|~4.0
- symfony/console: ~3.4|~4.0
- symfony/dependency-injection: ~3.4|~4.0
- symfony/framework-bundle: ~3.4|~4.0
- symfony/http-kernel: ~3.4|~4.0
- twig/twig: ~2.0
This package is auto-updated.
Last update: 2024-11-13 06:22:03 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