Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polidog/twigpathcheckerbundle
https://github.com/polidog/twigpathcheckerbundle
symfony symfony-bundle twig
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/polidog/twigpathcheckerbundle
- Owner: polidog
- License: mit
- Created: 2018-11-20T15:54:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T16:45:27.000Z (almost 6 years ago)
- Last Synced: 2024-04-19T04:42:35.424Z (7 months ago)
- Topics: symfony, symfony-bundle, twig
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```