Download the PHP package bmsrox/yii-adminlte-crud-template without Composer
On this page you can find all versions of the php package bmsrox/yii-adminlte-crud-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii-adminlte-crud-template
YII ADMINLTE CRUD TEMPLATE
This is a code template to adminlte integrated with yii2
composer require bmsrox/yii-adminlte-crud-template
or add into composer.json
"bmsrox/yii-adminlte-crud-template": "dev-master"
CONFIG GII LAYOUT
Into your backend/config/main-local.php edit the follow instruction:
$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 ] ] ], ];
All versions of yii-adminlte-crud-template with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2-gii Version
*
The package bmsrox/yii-adminlte-crud-template contains the following files
Loading the files please wait ....