Skip to content

hauptsacheNet/EntityBundle

Repository files navigation

EntityBundle

Adding the twig templates

# app/config/config.yml
twig:
    debug:            "%kernel.debug%"
    strict_variables: "%kernel.debug%"
    form:
        resources:
            - 'HnEntityBundle:Form:entity_plus.html.twig'
            - 'HnEntityBundle:Form:delete.html.twig'

Setting the routes

# app/config/routing.yml
hn_entity:
    resource: "@HnEntityBundle/Controller/"
    type:     annotation
    prefix:   /entity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •