我只是想要工作LiipImagineBundle。LiipImagineBundle縮略圖不起作用
好了,我的一切至今:
- 使用作曲家 安裝
- $ PHP composer.phar要求 「LIIP /想象束:DEV-大師」
- 啓用包in AppKernel.php
- new Liip \ ImagineBundle \ LiipImagineBundle(),
- 加入的routing.yml
- _imagine路徑
新增liip_imagine濾波器config.yml
使用PHP應用程序/控制檯路由器經過:調試和路徑_imagine_my_thumb存在。
但使用後:
<img src="{{ '/relative/path/to/image.jpg' | imagine_filter('my_thumb') }}" />
圖像不渲染,路徑根本就沒有發現錯誤。
prod.log說Route _imagine_my_thumb不存在,儘管它存在,因爲它使用路由器顯示:debug for both environments。
任何提示?