yii2-adminlte-asset icon indicating copy to clipboard operation
yii2-adminlte-asset copied to clipboard

AdminLTE Asset Bundle for Backend Theme in Yii2 Framework

Results 18 yii2-adminlte-asset issues
Sort by recently updated
recently updated
newest added

Bumps [composer/composer](https://github.com/composer/composer) from 1.9.2 to 1.10.26. Release notes Sourced from composer/composer's releases. 1.10.26 Security: Fixed command injection vulnerability in HgDriver/GitDriver (GHSA-x7cr-6qr6-2hh6 / CVE-2022-24828) 1.10.25 Fixed selfupdate on Windows + PHP...

dependencies

I would like to request a version that supports Php 5.4 and above

Do you planning add AdminLTE 3 templates? https://adminlte.io/themes/dev/AdminLTE/index3.html

Subdropdowns of all of dropdown-based widgets don't pop up another menu in adminlte 3 layout

Hello. after combining assets ./yii asset assets.php config/assets-prod.php file /vendor/almasaeed2010/adminlte/dist/css/skins/_all-skins.min.css link to my project web folder /css/skins/_all-skins.min.css but there is no file. assets.php `

## Please, add ability to use badges in Menu * `public $linkTemplate = '{icon} {label} {badge}';` * `public $badgeTemplate = '{text}';` * Take a look at AdminLTE left menu "mailbox"...

In the documentation https://github.com/dmstr/yii2-adminlte-asset#adminlte-plugins, you explain how to include AdminLTE plugins, specifically in this attribute for AdminlteAssets object: `public $sourcePath = '@vendor/almasaeed2010/adminlte/plugins';` AdminLTE has been updated and this directory has...

AdminLTE issue

![left](https://user-images.githubusercontent.com/5804657/53424593-723b6300-39b1-11e9-90b8-d324f4095c45.jpg)

enhancement

**According to official [AdminLTE layout documentation](https://adminlte.io/themes/AdminLTE/documentation/index.html#layout):** * Add feature to set layout option as `layout` property at `AdminLteAsset.php` * Add feature to load extra assets (js, css, depends) according to...

i add `fixed` class to `` to use [fixed layout template](https://adminlte.io/themes/AdminLTE/pages/layout/fixed.html). But now left sidebar (nav menu) has `position: fixed` and i can't scroll it. To fix it AdminLTE use...