plastic/mktmigrate

dump schema interface

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:cakephp-plugin

dev-master 2014-01-31 21:32 UTC

This package is not auto-updated.

Last update: 2024-09-24 07:22:08 UTC


README

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');