2017 © Pedro Peláez
 

library yii_gii_migrate

Look for original author repo at https://github.com/RSol/yii_gii_migrate. This is just a custom build for composer...

image

voronenko/yii_gii_migrate

Look for original author repo at https://github.com/RSol/yii_gii_migrate. This is just a custom build for composer...

  • Friday, April 5, 2013
  • by voronenko
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gii migrate

Instalation

  1. Copy migrate folder into your protected/gii folder.
  2. Configure your application:
        'modules'=>array(
          // uncomment the following to enable the Gii tool
          'gii'=>array(
           'class'=>'system.gii.GiiModule',
           'password'=>'password',
            // If removed, Gii defaults to localhost only. Edit carefully to taste.
           'ipFilters'=>array('127.0.0.1','::1'),
           'generatorPaths'=>array(
            'application.gii',
           ),
           ...
          ),
        

This extention can:, (*1)

  • generate migration code;
  • flush cache (checkbox);
  • clear assets (checkbox).
  • Mark as already applied by sql condition.

Note: For flush cache and clear assets future you need to configure you console configuration to using assetManager and cache components., (*2)

The Versions

05/04 2013

dev-master

9999999-dev

Look for original author repo at https://github.com/RSol/yii_gii_migrate. This is just a custom build for composer...

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.1.0