2017 © Pedro Peláez
 

yii2-extension yii2-gii

Custom Gii extension for the Yii framework

image

raphaelbsr/yii2-gii

Custom Gii extension for the Yii framework

  • Friday, July 13, 2018
  • by raphaelbsr
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

raphaelbsr/yii2-gii

Customized Yii2 Crud Generator for ajax use, (*1)

Installation

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

Either run, (*3)

php composer.phar require raphaelbsr/yii2-gii "~1.0"

or add, (*4)

"raphaelbsr/yii2-gii": "~1.0"

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

Usage

Once the extension is installed, simply modify your application configuration as follows:, (*6)

...
if (!YII_ENV_TEST) {
    $config['bootstrap'][] = 'debug';
    $config['modules']['debug'] = 'yii\debug\Module';

    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        'generators' => [
            'crud' => [
                'class' => 'yii\gii\generators\crud\Generator',
                'templates' => [
                    'Raphaelbsr Crud' => '@vendor/raphaelbsr/yii2-gii/crud/default',
                ],
            ],
        ]
    ];
}

The Versions

13/07 2018

dev-master

9999999-dev

Custom Gii extension for the Yii framework

  Sources   Download

MIT

The Requires

 

by Rahael Barbosa

extension yii2 ajax crud gii

13/07 2018

v1.0.1

1.0.1.0

Custom Gii extension for the Yii framework

  Sources   Download

MIT

The Requires

 

by Rahael Barbosa

extension yii2 ajax crud gii

09/07 2018

v1.0.0

1.0.0.0

Custom Gii extension for the Yii framework

  Sources   Download

MIT

The Requires

 

by Rahael Barbosa

extension yii2 ajax crud gii