2017 © Pedro Peláez
 

yii2-extension yii2-gii-adminlte2

Generators with AdminLTE2 template

image

jakim-pj/yii2-gii-adminlte2

Generators with AdminLTE2 template

  • Wednesday, December 7, 2016
  • by jakim
  • Repository
  • 3 Watchers
  • 3 Stars
  • 365 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Generators with AdminLTE2 template

Generators with AdminLTE2 template, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist jakim-pj/yii2-gii-adminlte2

or add, (*4)

"jakim-pj/yii2-gii-adminlte2": "^1.0"

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

Usage

Add to: config/web.php, (*6)

    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        'generators' => [
            'crud' => [
                'class' => 'yii\gii\generators\crud\Generator',
                'template' => 'adminLte2',
                'templates' => [
                    'adminLte2' => '@vendor/jakim-pj/yii2-gii-adminLte2/generators/crud/',
                ]
            ]
        ],
    ];

Copy and customize main layout:, (*7)

examples/views/layouts/main.php, (*8)

Index Form, (*9)

The Versions

07/12 2016

dev-master

9999999-dev

Generators with AdminLTE2 template

  Sources   Download

MIT

The Requires

 

extension yii2 crud gii generator adminlte2 lte2

07/12 2016

1.0.1

1.0.1.0

Generators with AdminLTE2 template

  Sources   Download

MIT

The Requires

 

extension yii2 crud gii generator adminlte2 lte2

13/08 2016

1.0.0

1.0.0.0

Generators with AdminLTE2 template

  Sources   Download

MIT

The Requires

 

extension yii2 crud gii generator adminlte2 lte2