Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polidog/twigpathcheckerbundle


https://github.com/polidog/twigpathcheckerbundle

symfony symfony-bundle twig

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# polidog/twig-path-checker-bundle

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
```