Skip to content

shrouds/yii2-admin-lte

Repository files navigation

Admin LTE 4 Yii2 tmp

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()
            ]
        ]
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published