Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Bright-Tech/Yii2-Ace-Admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Ace-Admin Theme

为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(); ?>```