dev-master
9999999-dev https://github.com/bmsrox/yii-adminlte-crud-templateCRUD template to adminLTE integrated with yii2
BSD-3-Clause
The Requires
by bmsrox
extension yii2 gii adminlte bmsrox
CRUD template to adminLTE integrated with yii2
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"
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 ] ] ], ];
CRUD template to adminLTE integrated with yii2
BSD-3-Clause
extension yii2 gii adminlte bmsrox