maniakalen/migration

Yii2 Migration extension module for exporting DB to migration

1.0.1 2019-09-24 10:15 UTC

This package is auto-updated.

Last update: 2024-05-11 20:37:51 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
        ],
    ],