kongoon/yii2-theme-adminlte

Backend theme for Yii2 Framework

dev-master 2015-05-03 08:49 UTC

This package is auto-updated.

Last update: 2024-04-19 08:05:12 UTC


README

Theme for Yii2 Web Application

Installation

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

or add

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

to the require section of your composer.json file.

Usage

Open your layout views/layouts/main.php and add

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