2017 © Pedro Peláez
 

yii2-extension yii2-app-release

yii2 app-release module

image

zacksleo/yii2-app-release

yii2 app-release module

  • Thursday, November 23, 2017
  • by zacksleo
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2,208 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

yii2 app-release module, (*1)

Latest Stable Version Total Downloads License StyleCI Build Status Scrutinizer Code Quality Code Coverage Build Status, (*2)

Usage

Config Migration Path or Migration By migrationPath Parameter

Config Migration Path in Yii config file like this

    'controllerMap' => [
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@console/migrations/',
                '@zacksleo/yii2/apprelease/migrations',
            ],
        ],
    ],

Run migration by By migrationPath Parameter

  ./yii migrate --migrationPath=@zacksleo/yii2/apprelease/migrations

Config Module in components part

    'app-release' => [
        'class' => 'zacksleo\yii2\apprelease\Module',
    ]

The Versions

25/07 2017
13/06 2017
12/06 2017
12/06 2017
07/06 2017
06/06 2017