0
我正在使用Symfony版本2.3.1和SmartyBundle版本1.2.0。smarty軟件包安裝和assetic.use_controller
我按照步驟2.3和2.4在https://smartybundle.readthedocs.org/en/latest/installation.html。
但只要我在AppKernel.php使SmartyBundle,我有這樣的錯誤在app /控制檯:
You have requested a non-existent parameter "assetic.use_controller".
這裏是我的config.yml的摘錄:
# Assetic Configuration
assetic:
debug: %kernel.debug%
use_controller: false
bundles: [ ]
你在你的應用程序中有AsseticBundle? ...在AppKernel中註冊? – nifr
@nifr感謝您的指針!我是Symphony2的新手,看來在registerBundles中,我必須在AsseticBundle之後添加SmartyBundle(我已經在TwigBundle之後添加了它,並且得到了與Alsciende相同的問題)。 –