bright-tech / yii2-ace-admin-theme
为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
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap: *
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(); ?>```