id161836712/yii2-adminlte4

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:yii2-extension

1.1.0 2025-05-01 08:42 UTC

This package is auto-updated.

Last update: 2025-05-04 14:47:54 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',
]); ?>