id161836712/yii2-adminlte4

Maintainers

Package info

github.com/leonidkim01/yii2-adminlte4

Issues

Type:yii2-extension

pkg:composer/id161836712/yii2-adminlte4

Statistics

Installs: 1 183

Dependents: 0

Suggesters: 0

Stars: 2

1.1.1 2025-07-10 06:59 UTC

This package is auto-updated.

Last update: 2026-03-05 07:28:26 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

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',
]); ?>