Created KekRozsak\FrontBundle as an almost empty bundle

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-07-01 10:02:35 +02:00
parent 12ef9a147c
commit 0b401e352e
10 changed files with 112 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ class AppKernel extends Kernel
new JMS\AopBundle\JMSAopBundle(),
new JMS\DiExtraBundle\JMSDiExtraBundle($this),
new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
new KekRozsak\FrontBundle\KekRozsakFrontBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {

View File

@@ -1,3 +1,7 @@
KekRozsakFrontBundle:
resource: "@KekRozsakFrontBundle/Resources/config/routing.yml"
prefix: /
# Internal routing configuration to handle ESI
#_internal:
# resource: "@FrameworkBundle/Resources/config/routing/internal.xml"