mylistryx / yii2-adminlte4-asset
Yii2 AdminLTE4 asset bundle with Bootstrap 5 support
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=8.2
- yiisoft/yii2: ~2.0.50
This package is auto-updated.
Last update: 2024-12-11 18:50:11 UTC
README
Installation
The preferred way to install this extension is through composer
Either run: composer require mylistryx/yii2-adminlte4-asset
or add "mylistryx/yii2-adminlte4-asset": "~1.0.0"
into your composer.json
file.
Then register assets in your view file: AdminLTE4Asset::register($this)
.
See more
https://github.com/mylistryx/yii2-source-sans-3-asset Source Sans 3 font asset bundle for AdminLTE4
https://github.com/mylistryx/yii2-fontawesome-free - FontAwesome Free asset bundle
https://github.com/mylistryx/yii2-fontawesome-pro - FontAwesome PRO asset bundle
https://github.com/mylistryx/yii2-bootstrap-icons-asset - Bootstrap Icons asset bundle
https://github.com/mylistryx/yii2-overlay-scrollbars-asset - OverlayScrollbars asset bundle for AdminLTE4
https://github.com/mylistryx/yii2-dynamic-form - Dynamic form [WIP]
Dependencies
This package depends on:
"php": ">=8.2"
"yiisoft/yii2": "~2.0.0"
base framework files