PHP code example of jingshou / yii2-workflow

1. Go to this page and download the library: Download jingshou/yii2-workflow library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jingshou / yii2-workflow example snippets


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

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

    ...
     
    ...
...


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


php composer.phar