承接 umanit/liip-imagine-artgris-cache-resolver-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-22