xi / tag-bundle
Xi Tag Bundle
Installs: 719
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 2
Type:symfony-bundle
Requires
- fpn/tag-bundle: dev-master
- symfony/dependency-injection: ~2.2.0
- symfony/form: ~2.2.0
- symfony/framework-bundle: ~2.2.0
This package is not auto-updated.
Last update: 2024-10-26 12:28:37 UTC
README
Tag bundle provides tagging of different units inside a Symfony 2 project. Taging is done with the Selector bundle.
Dependencies
xi-bundle-selector
Installing
deps -file
[XiSelectorBundle]
git=http://github.com/xi-project/xi-bundle-selector.git
target=/bundles/Xi/Bundle/SelectorBundle
[XiTagBundle]
git=http://github.com/xi-project/xi-bundle-tag.git
target=/bundles/Xi/Bundle/TagBundle
autoload.php file
<?php 'Xi\\Bundle' => __DIR__.'/../vendor/bundles', ?>
appKernel.php -file
<?php new Xi\Bundle\SelectorBundle\XiSelectorBundle(), new Xi\Bundle\TagBundle\XiTagBundle(), ?>
routing.yml -file
XiTagBundle: resource: "@XiTagBundle/Resources/config/routing.yml" prefix: /