Преглед изворни кода

Adding the other bundles to the AppKernel

Nacho пре 13 година
родитељ
комит
78cd32ca7a
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      Resources/doc/reference/installation.rst

+ 3 - 0
Resources/doc/reference/installation.rst

@@ -49,6 +49,9 @@ Next, be sure to enable this bundles in your AppKernel.php file:
     {
         return array(
             // ...
+            new Sonata\BlockBundle\SonataBlockBundle(),
+            new Sonata\CacheBundle\SonataCacheBundle(),
+            new Sonata\jQueryBundle\SonatajQueryBundle(),
             new Sonata\AdminBundle\SonataAdminBundle(),
             // ...
         );