Browse Source

Adding the other bundles to the AppKernel

Nacho 13 năm trước cách đây
mục cha
commit
78cd32ca7a

+ 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(
         return array(
             // ...
             // ...
+            new Sonata\BlockBundle\SonataBlockBundle(),
+            new Sonata\CacheBundle\SonataCacheBundle(),
+            new Sonata\jQueryBundle\SonatajQueryBundle(),
             new Sonata\AdminBundle\SonataAdminBundle(),
             new Sonata\AdminBundle\SonataAdminBundle(),
             // ...
             // ...
         );
         );