0

Symfony バージョン 2.3.1 と SmartyBundle バージョン 1.2.0 を使用しています。

https://smartybundle.readthedocs.org/en/latest/installation.htmlの手順 2.3 と 2.4 に従いました。

しかし、AppKernel.php で SmartyBundle を有効にするとすぐに、app/console に次のエラーが表示されます。

You have requested a non-existent parameter "assetic.use_controller".

これが私の config.yml の抜粋です。

# Assetic Configuration
assetic:
    debug:          %kernel.debug%
    use_controller: false
    bundles:        [ ]
4

1 に答える 1