id161836712 / yii2-adminlte4
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- php: >=7.4
- almasaeed2010/adminlte: ^4.0@beta
- yiisoft/yii2: ^2.0.50
- yiisoft/yii2-bootstrap5: ^2.0.50
Requires (Dev)
- phpunit/phpunit: ^9.6.22
- rector/rector: ^2.0.14
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require id161836712/yii2-adminlte4 "^1.1"
or add
"id161836712/yii2-adminlte4": "^1.1"
to the require section of your application's composer.json
file.
Usage
For example, the following single line of code in a view file would render an AdminLTE Info Box widget:
<?= \id161836712\adminlte4\InfoBox::widget([ 'text' => 'Bookmarks', 'number' => '41,410', 'iconClass' => 'bi bi-bookmarks-fill', ]); ?>