1

" FOSCommentBundle {% javascripts %}:Thread:async.html.小枝"。

そして、これは私の Config.yml ファイルです

fos_comment:
    db_driver: orm
    class:
        model:
            comment: Esprit\CommentBundle\MyBundle\Entity\Comment
            thread: Esprit\CommentBundle\Entity\Thread  

assetic:
    bundles: [ FOSCommentBundle ]
    fos_comment_api:
        type: rest
        resource: "@FOSCommentBundle/Resources/config/routing.yml"
        prefix: /api    
        defaults: { _format: html } 
4

1 に答える 1

0

FOSCommentBundleをconfig.htmlのAssetic 構成に追加します。

assetic:
    bundles:        ["FOSCommentBundle"]
于 2015-11-30T05:47:04.773 に答える