umanit/liip-imagine-artgris-cache-resolver-bundle
最新稳定版本:1.0.4
Composer 安装命令:
composer require umanit/liip-imagine-artgris-cache-resolver-bundle
包简介
Liip Imagine cache resolver for artgris uploaded images
README 文档
README
This cache resolver adds a urldecode feature on the filepath to handle files uploaded with artgris.
Install
Install with composer :
composer require umanit/liip-imagine-artgris-cache-resolver-bundle
Register the bundle to your config/bundles.php :
<?php return [ // ... Umanit\LiipImagineArtgrisCacheResolverBundle\UmanitLiipImagineArtgrisCacheResolverBundle::class => ['all' => true], ];
Make sure to define the LIIP_IMAGINE_ROOT env var in your Symfony .env
# Example :
LIIP_IMAGINE_ROOT=%kernel.project_dir%/public
Use this cache resolver in your Liip Imagine configuration :
liip_imagine: cache: umanit_artgris_resolver
and remove the default resolver configuration if it exists :
liip_imagine: resolvers: # this config is not needed anymore default: web_path: # ...
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-22