2017 © Pedro Peláez
 

yii2-extension adminlte_easyiicms

Adminlte for EasyiiCMS

image

grozzzny/adminlte_easyiicms

Adminlte for EasyiiCMS

  • Monday, October 2, 2017
  • by grozzzny
  • Repository
  • 1 Watchers
  • 0 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

Admin panel "AdminLTE" (Adaptive layout) form 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)

Installation guide

$ 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"
}

File config

$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;

Skins

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"

Screenshots

alt text alt text alt text alt text, (*7)

The Versions

02/10 2017

dev-master

9999999-dev

Adminlte for EasyiiCMS

  Sources   Download

MIT

The Requires

 

module cms yii easyiicms