2017 © Pedro Peláez
 

yii2-extension yii-adminlte-crud-template

CRUD template to adminLTE integrated with yii2

image

bmsrox/yii-adminlte-crud-template

CRUD template to adminLTE integrated with yii2

  • Monday, September 12, 2016
  • by bmsrox
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,368 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 10 % Grown

The README.md

YII ADMINLTE CRUD TEMPLATE

This is a code template to adminlte integrated with yii2, (*1)

composer require bmsrox/yii-adminlte-crud-template

or add into composer.json, (*2)

"bmsrox/yii-adminlte-crud-template": "dev-master"

CONFIG GII LAYOUT

Into your backend/config/main-local.php edit the follow instruction:, (*3)

$config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
          'generators' => [ //here
            'crud' => [ // generator name
                'class' => 'yii\gii\generators\crud\Generator', // generator class
                'templates' => [ //setting for out templates
                    'custom' => '@vendor/bmsrox/yii-adminlte-crud-template', // template name => path to template
                ]
            ]
        ],
    ];

The Versions

12/09 2016

dev-master

9999999-dev https://github.com/bmsrox/yii-adminlte-crud-template

CRUD template to adminLTE integrated with yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar bmsrox

extension yii2 gii adminlte bmsrox