polidog / twig-path-checker-bundle
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/polidog/twig-path-checker-bundle
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: 2025-10-13 08:33:57 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