Skip to content

maniakalen/migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Migration extension to allow migration generation from existing table

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
        ],
    ],

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages