bright-tech/yii2-ace-admin-theme

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

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

Installs: 605

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 3

Open Issues: 0

Language:JavaScript

Type:yii2-extension

v0.3.8 2017-03-07 05:55 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:53:44 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(); ?>```