iqual/iq_stage_file_proxy 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

iqual/iq_stage_file_proxy

最新稳定版本:v3.1.0

Composer 安装命令:

composer require iqual/iq_stage_file_proxy

包简介

Loads resources or generates URLs that target public:// from a defined HTTP origin

README 文档

README

Loads resources or generates URLs that target public:// from a defined HTTP origin This module will try to load from the remote instance, if the requested resource is not available locally.

Caution

Use only on non-productive instances (development, staging, demo)

How-to

Install via composer

composer require --dev iqual/iq_stage_file_proxy

Add the following into your settings.local.php (or settings.dev.php and similar).

$config['iq_stage_file_proxy.settings']['remote_instance']
    = 'https://mylivedomain.ch';

// For downloading and serving from your own instance,
// instead of redirecting to the remote one.
$config['iq_stage_file_proxy.settings']['offload'] = TRUE;

统计信息

  • 总下载量: 40.62k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-07-19