webvimark/generators Generators for yii 2

Generators for Yii 2

Provide:

  • usage of relations in views and search
  • image, sorter, status columns
  • better views
  • integrations with other my extensions
  • autocompletion

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist webvimark/generators "*"

or add

"webvimark/generators": "*"

to the require section of your composer.json file.

Configuration

In your config/web.php

    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
        'class'=>'yii\gii\Module',
        'generators' => [
            'n-model'     => 'webvimark\generators\model\Generator',
            'n-crud'      => 'webvimark\generators\crud\Generator',
            'n-module'    => 'webvimark\generators\module\Generator',
            'n-extension' => 'webvimark\generators\extension\Generator',
        ]
    ];

Usage

Go to gii

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.4 is the latest of 5 releases



Unknown license
Stats
1 github stars & 0 github forks
19 downloads in the last day
487 downloads in the last 30 days
44532 total downloads