Added FrontBundle with a sample static blog entry

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-06-16 16:33:00 +02:00
parent b3172570e7
commit a775f44a35
12 changed files with 222 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ class AppKernel extends Kernel
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
new GergelyPolonkai\FrontBundle\GergelyPolonkaiFrontBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {

View File

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