xi/tag-bundle

There is no license information available for the latest version (dev-master) of this package.

Xi Tag Bundle

Installs: 719

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 2

Open Issues: 2

Type:symfony-bundle

dev-master 2013-06-17 10:41 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:01:34 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:   /