Skip to content

matiasmm/GenerateTemplateHelpersBundle

Repository files navigation

GenerateTemplateHelpersBundle

Not Ready. Integrates this library https://github.com/matubaum/SpecialComments with Symfony2.

INSTALL

Add configuration in app/config/config.yml:

generate_template_helpers:
    engine: twig

Instanciate the bundle in app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
         /**** other bundles ****/
         new Matubaum\GenerateTemplateHelpersBundle\MatubaumGenerateTemplateHelpersBundle(),

    );
    return $bundles;
}  

About

Not Ready. Integrates https://github.com/matubaum/SpecialComments with Symfony2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors