承接 jetrails/magento2-cloudflare 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

jetrails/magento2-cloudflare

最新稳定版本:1.4.3

Composer 安装命令:

composer require jetrails/magento2-cloudflare

包简介

Interact with popular Cloudflare features though Magento's backend portal

README 文档

README

Interact with popular Cloudflare features though Magento's backend portal.

Documentation

The user guide can be found here. The user guide goes through the installation process as well as explains all the features that comes with this extension. For further support, please email development@jetrails.com.

Build System

A simple Makefile is used as a build system. Run make help to see available commands.

Development Environment

We use a super simple development environment that is ephemeral. You can spin it up by doing the following:

docker compose up -d
docker compose logs -f
docker compose down # destroy environment

You can deploy the module into the development environment by running the following:

make clean
make build
make deploy

You can then access the magento container by running the following:

docker compose exec magento bash

Once in the container you can run the standard commands to install the module:

magento setup:upgrade
magento setup:di:compile

The Magento site is hosted on http://localhost and the backend can be reached at http://localhost/admin. Default user name is jetrails and default password is magento2.

统计信息

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

GitHub 信息

  • Stars: 21
  • Watchers: 6
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-22