Added FrontBundle with a sample static blog entry
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -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'))) {
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user