Skip to content

plastic/mktmigrate

Repository files navigation

Latest Stable Version Total Downloads Latest Unstable Version License

mktmigrate

dump schema interface

Requirements

  • CakePHP 2.x
  • PHP>=5.3

Installation

app/Config/bootstrap.php

CakePlugin::load('MktMigrate', array('bootstrap' => true, 'routes' => false));

ou

{
   "require": {
       "plastic/mktmigrate": "dev-master"
   }
}

Starting

/app/Plugin/MktMigrate/Config/bootstrap.php alter credentials

Configure::write('MktMigrate.login', 'migrate');
Configure::write('MktMigrate.pass', 'migrate');