maniakalen/migration

Yii2 Migration extension module for exporting DB to migration

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/maniakalen/migration

1.0.1 2019-09-24 10:15 UTC

This package is auto-updated.

Last update: 2025-09-11 23:44:09 UTC


README

To activate it you need to apply the following configuration:

'controllerMap' => [
        'migrate' => [
            'class' => 'maniakalen\migration\controllers\MigrateController',
            // Here configure MigrateController arguments as normal since it extends 
            // from the basic yii2 MigrateController
        ],
    ],