dev-master
9999999-devAdminlte for EasyiiCMS
MIT
The Requires
module cms yii easyiicms
Wallogit.com
2017 © Pedro Peláez
Adminlte for EasyiiCMS
This module allows to Easy yii2 cms, (*1)
Built on top of Bootstrap 3, AdminLTE provides a range of responsive, reusable, and commonly used components. More.., (*2)
$ php composer.phar require grozzzny/adminlte_easyiicms "dev-master"
or, (*3)
$ composer require grozzzny/adminlte_easyiicms "dev-master"
or composer.json:, (*4)
"require": {
"grozzzny/adminlte_easyiicms": "dev-master"
}
$config = [
...
'components' => [
'view' => [
'theme' => [
'pathMap' => [
'@vendor/noumo/easyii/views' => '@grozzzny/adminlte_easyiicms/views',
],
],
]
]
...
];
$config['modules']['admin']['layout'] = '@grozzzny/adminlte_easyiicms/views/layouts/main';
return $config;
By default the extension uses blue skin for AdminLTE. You can change it in config file., (*5)
'components' => [
'assetManager' => [
'bundles' => [
'grozzzny\adminlte_easyiicms\assets\AdminLteAsset' => [
'skin' => 'skin-black',
],
],
],
],
Here is the list of available skins:, (*6)
"skin-blue", "skin-black", "skin-red", "skin-yellow", "skin-purple", "skin-green", "skin-blue-light", "skin-black-light", "skin-red-light", "skin-yellow-light", "skin-purple-light", "skin-green-light"
, (*7)
Adminlte for EasyiiCMS
MIT
module cms yii easyiicms