yii2x/yii2-admin-lte

YII2 Admin LTE

Maintainers

Package info

github.com/yii2x/yii2-admin-lte

pkg:composer/yii2x/yii2-admin-lte

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2017-05-14 17:41 UTC

This package is not auto-updated.

Last update: 2026-03-01 08:37:02 UTC


README

YII2 Admin LTE

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Usage

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

<?= \\yii2x\ui\AutoloadExample::widget(); ?>```