mylistryx/yii2-adminlte4-asset

This package is abandoned and no longer maintained. No replacement package was suggested.

Yii2 AdminLTE4 asset bundle with Bootstrap 5 support

1.0.1 2024-12-02 19:15 UTC

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