platx/yii2-gii For individual use only!

giicrudapimodel

Yii2 Gii Generators

For individual use only!

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist platx/yii2-gii "*"

or add

"platx/yii2-gii": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, add to your gii module config new generators like this :


<?php 
'modules' => [
    ...
    'gii' => [
        'class' => 'yii\gii\Module',
        'generators' => [
            'papi' => 'platx\gii\generators\api\Generator',
            'pmodel' => 'platx\gii\generators\model\Generator',
            'pcrud' => 'platx\gii\generators\crud\Generator',
        ],
    ],
    ...    
]
?>```

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
0 github stars & 0 github forks
7 downloads in the last day
76 downloads in the last 30 days
1189 total downloads