yii2x / yii2-admin-lte
YII2 Admin LTE
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/yii2x/yii2-admin-lte
Requires
- bower-asset/admin-lte: *
- bower-asset/font-awesome: *
- bower-asset/ionicons: *
- bower-asset/moment: *
- bower-asset/raphael: *
- yii2x/yii2-common: @dev
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2025-09-28 06:38:55 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(); ?>```