cinghie/yii2-adminlte3

Asset Bundle to include AdminLTE 3 on your Yii 2 project

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/cinghie/yii2-adminlte3

dev-main 2025-10-18 14:48 UTC

This package is auto-updated.

Last update: 2025-10-18 14:48:15 UTC


README

License Latest Stable Version Latest Release Date Latest Commit Total Downloads

Asset Bundle to include AdminLTE 3 on your Yii 2 project: https://github.com/ColorlibHQ/AdminLTE/tree/v3/

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require cinghie/yii2-adminlte3 "@dev"

or add this line to the require section of your composer.json file.

"cinghie/yii2-adminlte3": "@dev"

Configuration

Add in the view for normal CSS and JS

use cinghie\adminlte3\AdminLTEAsset;

AdminLTEAsset::register($this);

Add in the view for minify CSS and JS

use cinghie\adminlte3\AdminLTEMinifyAsset;

AdminLTEMinifyAsset::register($this);

Widgets Examples

Alert
Box
Content Header
Footer
Navbar Button
Navbar Logo
Navbar User
Sidebar Menu
Sidebar Search
Sidebar Toggle
Sidebar User
Simplebox