SonataEasyExtendsBundle功能包:安裝

To begin, add the dependent bundles:

首先,添加功能包依賴:

php composer.phar require sonata-project/easy-extends-bundle

Next, be sure to enable the new bundles in your application kernel:

接下來,在您的應用程序內核啓用該功能包:

<?php

// app/appkernel.php

public function registerBundles(){

   return array(

       // ...

       newSonata\EasyExtendsBundle\SonataEasyExtendsBundle(),

       // ...

   );

}



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章