소스 검색

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(),
             // ...
         );