我只是想让 LiipImagineBundle 工作。
好的,到目前为止我得到的一切:
- 使用作曲家安装
- $ php composer.phar 需要“liip/imagine-bundle:dev-master”
- 在 AppKernel.php 中启用的包
- 新的 Liip\ImagineBundle\LiipImagineBundle(),
- 添加到 routing.yml
- _想象路径
在 config.yml 中添加了 liip_imagine 过滤器
使用 php app/console 路由器检查:调试和路径 _imagine_my_thumb 存在。
但使用后:
<img src="{{ '/relative/path/to/image.jpg' | imagine_filter('my_thumb') }}" />
图像未呈现,根本找不到路径错误。
prod.log 说 Route _imagine_my_thumb 不存在,尽管它存在,因为它在两种环境中都使用 router:debug 显示。