2017 © Pedro Peláez
 

yii2-extension gii-modal

Yii2 gii modal

image

conquer/gii-modal

Yii2 gii modal

  • Monday, December 28, 2015
  • by borodulin
  • Repository
  • 2 Watchers
  • 0 Stars
  • 691 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Modal CRUD Gii templates for Yii2 framework

Description

This generator generates, controller and views that allow you to edit and view the data in the modal windows. Uses the Bootstrap Modals., (*1)

Installation

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

To install, either run, (*3)

$ php composer.phar require conquer/gii-modal "*"

or add, (*4)

"conquer/gii-modal": "*"

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

Usage

Add to config file:, (*6)

if (YII_ENV_DEV) {

    // configuration adjustments for 'dev' environment
    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',      
        'allowedIPs' => ['127.0.0.1', '::1'],  
        'generators' => [
            'modal_crud' => [ // generator name
                'class' => 'conquer\gii\templates\crud\Generator', // generator class
            ]
        ],
    ]; 
}

License

conquer/gii-modal is released under the MIT License. See the bundled LICENSE.md for details., (*7)

The Versions

28/12 2015

dev-master

9999999-dev https://github.com/borodulin/yii2-gii-modal

Yii2 gii modal

  Sources   Download

MIT

The Requires

 

extension yii2 gii modal

28/12 2015

1.1.1

1.1.1.0 https://github.com/borodulin/yii2-gii-modal

Yii2 gii modal

  Sources   Download

MIT

The Requires

 

extension yii2 gii modal

24/09 2015

1.1

1.1.0.0 https://github.com/borodulin/yii2-gii-modal

Yii2 gii modal

  Sources   Download

MIT

The Requires

 

extension yii2 gii modal