bright-tech / yii2-adminlte-theme
为Yii2 开发的 Ace-Admin主题组件库
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- almasaeed2010/adminlte: ~2.0
- cebe/yii2-gravatar: 1.*
- rmrevin/yii2-fontawesome: ~2.9
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap: *
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(); ?>```