定制 campaignchain/dev-tools 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

campaignchain/dev-tools

最新稳定版本:1.0.0-beta.2

Composer 安装命令:

composer require campaignchain/dev-tools

包简介

Various tools for developing with CampaignChain, e.g. to generate CampaignChain modules from the command line.

关键字:

README 文档

README

The CampaignChain module generator is an interactive tool to help generate new CampaignChain modules for development. It also generates the necessary packaging for modules in Composer-friendly format.

Installation

To install the CampaignChain module generator, follow these steps:

  1. Update your project's composer.json file to include the "campaignchain/dev-tools" package.

  2. Run "composer update" in your project directory.

  3. Add the following line to the end of the registerBundles::bundles array in your app/AppKernel.php file:

new CampaignChain\GeneratorBundle\CampaignChainGeneratorBundle(),
  1. If necessary, manually update your project's Composer autoload_psr4.php file to load the necessary classes:
return array(
  // ....
  'CampaignChain\\GeneratorBundle\\' => array($vendorDir . '/campaignchain/dev-tools'),
);

Usage

To use the CampaignChain module generator, first ensure that you're prepared with the basic information for your module, as listed below:

  • The module name
  • The module identifier
  • The module description
  • The module vendor's name and email address
  • The module license
  • The bundle namespace
  • The bundle name
  • Any module-specific parameters

Refer to the CampaignChain developer documentation to learn more.

The CampaignChain module generator will provide hints and tips throughout the module generation process, so don't worry if you don't have it all ready when you begin.

You can now start the module generator with the following command:

  php bin/console campaignchain:generate:module

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2014-12-17