bright-tech/yii2-adminlte-theme

This package is abandoned and no longer maintained. No replacement package was suggested.

为Yii2 开发的 Ace-Admin主题组件库

v0.1 2016-10-09 09:20 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:01:33 UTC


README

为Yii2 开发的 Ace-Admin主题组件库

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bright-tech/yii2-ace-admin-theme "*"

or add

"bright-tech/yii2-ace-admin-theme": "*"

to the require section of your composer.json file.

Usage

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

<?= \bright\theme\yii2\aceadmin::widget(); ?>```