2017-25 © Pedro Peláez
 

library autogen

Generator for Yii2

image

antony-forber/autogen

Generator for Yii2

  • Friday, July 14, 2017
  • by AntonyForber
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AutoGen

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

$ php composer.phar require "antony-forber/autogen:@dev"

or add, (*3)

"antony-forber/autogen": "@dev"

to the require section of your composer.json file., (*4)

Config

Update, (*5)

$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
];

to the next, (*6)

$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
    'generators' => [
        'extendedGenerator' => [
            'class' => 'AntonyForber\gii\model\Generator'
        ],
    ],
];

The Versions

14/07 2017

dev-master

9999999-dev

Generator for Yii2

  Sources   Download

by Antony Forber