2017 © Pedro Peláez
 

yii2-extension yii2-theme-adminlte

Backend theme for Yii2 Framework

image

kongoon/yii2-theme-adminlte

Backend theme for Yii2 Framework

  • Sunday, May 3, 2015
  • by kongoon
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 AdminLTE Bootstrap Theme

Theme for Yii2 Web Application, (*1)

Installation

php composer.phar require --prefer-dist kongoon/yii2-theme-adminlte "*"

or add, (*2)

"kongoon/yii2-theme-adminlte": "*"

to the require section of your composer.json file., (*3)

Usage

Open your layout views/layouts/main.php and add, (*4)

'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/kongoon/yii2-theme-adminlte/views/'
             ],
         ],
    ],
],

The Versions

03/05 2015

dev-master

9999999-dev

Backend theme for Yii2 Framework

  Sources   Download

MIT

The Requires

 

extension yii2 adminlte