我正在使用 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: [ ]