hdnet/cdn-fastly
最新稳定版本:0.3.0
Composer 安装命令:
composer require hdnet/cdn-fastly
包简介
Extension for handling TYPO3 requests for better CDN integration in fastly.
README 文档
README
Extension for handling TYPO3 requests for better CDN integration in fastly.
Installation
Run composer require hdnet/cdn-fastly in your project root.
It will automatically install the extension and all its dependencies.
Development
- Clone repository
git clone git@github.com:HDNET/cdn_fastly.git - Install dependencies
composer install - Run tests
composer test - Or use the Dockerfile instead e.g.
docker run -u $(id -u):$(id -g) -v $(pwd):/app -w /app --rm -it $(docker build -q -f Resources/Private/Build/Dockerfile .) sh
Configuration
- Install the extension (Documentation)
- Include the static TypoScript of the extension
- traditional syntax:
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:cdn_fastly/Configuration/TypoScript/setup.typoscript"> - modern syntax:
@import 'EXT:cdn_fastly/Configuration/TypoScript/setup.typoscript
- traditional syntax:
- Set the following TypoScript variables via constant editor in the TYPO3 Template module
- plugin.tx_cdnfastly.settings.fastly.apiKey
- plugin.tx_cdnfastly.settings.fastly.serviceId
Fastly
TYPO3
PSR Information
统计信息
- 总下载量: 3.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-11-21