shrouds/yii2-admin-lte

Admin LTE template 4 Yii2 fw

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

dev-master 2018-09-07 13:32 UTC

This package is not auto-updated.

Last update: 2024-05-06 06:38:09 UTC


README

Admin LTE template 4 Yii2 fw

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist shrouds/yii2-admin-lte "*"

or add

"shrouds/yii2-admin-lte": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your config by :

'components' => [
  'view' => [
            'theme' => [
                'class' => \shrouds\admin\AdminTheme::className()
            ]
        ]
]