cloudflare/cloudflare-magento 问题修复 & 功能扩展

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

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

cloudflare/cloudflare-magento

最新稳定版本:1.1.8

Composer 安装命令:

composer require cloudflare/cloudflare-magento

包简介

Cloudflare Plugin for Magento2

README 文档

README

For information regarding using Magento & Cloudflare, please see this support article.

Build Status

Installing the Cloudflare Magento2 extension

From the magento2 root directory run the following commands:

  1. composer require cloudflare/cloudflare-magento
  2. composer update
  3. bin/magento setup:upgrade
  4. bin/magento setup:di:compile

Versions of Magento2 supported

  • Up to Magento2 CE 2.2.0

Development

You'll need to get authorization keys from the Magento marketplace and make an auth.json:

{
    "http-basic": {
        "repo.magento.com": {
            "username": "[MAGENTO USERNAME]",
            "password": "[MAGENTO PASSWORD]"
        }
    }
}

This will allow composer install to authenticate against repo.magento.com/.

Development Commands

  1. composer test
  2. composer lint
  3. composer format

Tests

vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist vendor/cloudflare/cloudflare-magento/Test/Unit/

统计信息

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

GitHub 信息

  • Stars: 52
  • Watchers: 18
  • Forks: 13
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3
  • 更新时间: 2016-06-02