2017 © Pedro Peláez
 

library yii2-workflow

yii2 workflow

image

jingshou/yii2-workflow

yii2 workflow

  • Friday, December 15, 2017
  • by jingshou
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-workflow

工作流程, (*1)

=========== 工作流程管理控件扩展, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist jingshou/yii2-workflow "*"

or add, (*5)

"jingshou/yii2-workflow": "*"

to the require section of your composer.json file., (*6)

Usage

Once the extension is installed, simply use it in your code by :, (*7)

    # 工作流程列表
    /Workflow/workflow/index

配置说明

请在配置文件加入模块,以调用工作流程管理controller, (*8)

    ...
        'Workflow' => [
            'class' => 'anlewo\workflow\Module',
        ],
    ...

请在配置文件加入组件配置,以调用工作流程管理Component, (*9)

    ...

    ...
...

请到vendor的yiisoft扩展添加映射关系, (*10)


'anlewo/yii2-workflow' => array ( 'name' => 'jingshou/yii2-workflow', 'version' => '1.0.0.0', 'alias' => array ( '@anlewo/workflow' => $vendorDir . '/jingshou/yii2-workflow', ), ),

The Versions

15/12 2017

dev-master

9999999-dev

yii2 workflow

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar jingshou

11/12 2017

dev-develop

dev-develop

yii2 workflow

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar jingshou

11/12 2017

1.0.0

1.0.0.0

yii2 workflow

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar jingshou