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.
Installing the Cloudflare Magento2 extension
From the magento2 root directory run the following commands:
composer require cloudflare/cloudflare-magentocomposer updatebin/magento setup:upgradebin/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
composer testcomposer lintcomposer 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
其他信息
- 授权协议: BSD-3
- 更新时间: 2016-06-02