vaersaagod/bunnymate
最新稳定版本:2.0.0
Composer 安装命令:
composer require vaersaagod/bunnymate
包简介
Keeping your bunny finely-tuned for a hoppy life, mate!
README 文档
README
Keeping your bunny finely-tuned for a hoppy life, mate!
Description
BunnyMate integrates BunnyCDN with Craft CMS.
Requirements
This plugin requires Craft CMS 5.0.0 or later.
Disclaimer
This is a private plugin, made for Værsågod and friends.
Migrating from vaersaagod/bunny
ddev craft plugin/uninstall bunny && ddev composer remove vaersaagod/bunnyddev composer require vaersaagod/bunnymate && ddev craft plugin/install _bunnymate- Rename
config/bunny.phptoconfig/_bunnymate.php
Configuration
<?php
return [
'pullingEnabled' => true,
'pullZones' => [
'default' => [
'hostname' => 'https://awesome-project.b-cdn.net',
'enabled' => true,
],
],
'defaultPullZone' => 'default',
];
Usage
BunnyMate provides a global Twig function bunnyPullUrl(), which can be used to generate a Bunny CDN pullzone URL:
{% set bunnyUrl = bunnyPullUrl(asset) %}
{% set bunnyUrl = bunnyPullUrl(siteUrl('lorem/ipsim') %}
{% set bunnyUrl = bunnyPullUrl('lorem/ipsum') %}
{% set bunnyUrl = bunnyPullUrl('/lorem/ipsum', 'anotherZone') %}
统计信息
- 总下载量: 71
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-06