kitpages/common-step-bundle
Composer 安装命令:
composer require kitpages/common-step-bundle
包简介
This bundle contains somme common processing that can be used as steps by the KitpagesChainBundle.
README 文档
README
This bundle contains some common steps (copy a directory, send an email, run a unix command,...) used by the KitpagesChainBundle.
Versions
Actual state
This bundle is early alpha state.
Installation
Add KitpagesCommonStepBundle in your composer.json
{ "require": { "kitpages/common-step-bundle": "*" } }
Now tell composer to download the bundle by running the command:
$ php composer.phar update kitpages/common-step-bundle
in AppKernel.php, you have to add the KitpagesChainBundle and the KitpagesCommonStepBundle
$bundles = array( ... new Kitpages\ChainBundle\KitpagesChainBundle(), new Kitpages\CommonStepBundle\KitpagesCommonStepBundle(), new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), );
User's guide
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2013-02-18