2017 © Pedro Peláez
 

yii2-extension yii2-geesgii

The Gii extension for the Yii framework

image

richkay/yii2-geesgii

The Gii extension for the Yii framework

  • Friday, May 27, 2016
  • by babykay
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

# Gees Gii

Usage

Once the extension is installed. Prepare required table by execute yii migrate., (*1)

yii migrate --migrationPath=@richkay/geesgii/migrations
**SetUP**
-------------
'modules' => [
        ....
        'gridview' =>  [
            'class' => '\kartik\grid\Module'
        ],
        .....
],
**Gii Setup** 
-----------------
$config['bootstrap'][] = 'geesgii';<br/>
    $config['modules']['geesgii'] = [
        'class' => 'richkay\geesgii\Geesgii',
];

The Versions

27/05 2016

dev-master

9999999-dev

The Gii extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Rich Kay

yii2 gii code generator