https://github.com/leonidkim01/yii2-adminlte4
AdminLTE 4 for Yii 2
https://github.com/leonidkim01/yii2-adminlte4
admin admin-dashboard admin-panel adminlte bootstrap bootstrap5 php yii2 yii2-extension
Last synced: 12 months ago
JSON representation
AdminLTE 4 for Yii 2
- Host: GitHub
- URL: https://github.com/leonidkim01/yii2-adminlte4
- Owner: leonidkim01
- License: bsd-2-clause
- Created: 2025-04-30T07:49:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-10T07:00:14.000Z (12 months ago)
- Last Synced: 2025-07-10T15:18:05.292Z (12 months ago)
- Topics: admin, admin-dashboard, admin-panel, adminlte, bootstrap, bootstrap5, php, yii2, yii2-extension
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AdminLTE v4 Extension for Yii 2
[](https://packagist.org/packages/id161836712/yii2-adminlte4)
[](https://packagist.org/packages/id161836712/yii2-adminlte4)
[](https://packagist.org/packages/id161836712/yii2-adminlte4)
[](https://packagist.org/packages/id161836712/yii2-adminlte4)
[](https://packagist.org/packages/id161836712/yii2-adminlte4)
Installation
----
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require id161836712/yii2-adminlte4 "^1.1"
```
or add
```json
"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:
```php
= \id161836712\adminlte4\InfoBox::widget([
'text' => 'Bookmarks',
'number' => '41,410',
'iconClass' => 'bi bi-bookmarks-fill',
]); ?>
```