01/02
2018
composer.json
{ // ... "require": { // ... "SmartInformationSystems/tags-bundle": "dev-master" }, "repositories": [ { "type" : "vcs", "url" : "https://github.com/SmartInformationSystems/TagsBundle.git" } ] }
app/AppKernel.php
class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new SmartInformationSystems\FileBundle\SmartInformationSystemsTagsBundle(), // ... ); } }
twig: form_themes: - 'SmartInformationSystemsTagsBundle:form:fields.html.twig'
app/config/routing.yml
smart_information_systems.tags: resource: "@SmartInformationSystemsTagsBundle/Resources/config/routing.yml" prefix: /tags