airani / yii2-adminlte-rtl
RTL (Right to Left) AdminLte theme for Yii2
Installs: 633
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 6
Open Issues: 1
Type:yii2-extension
Requires
- airani/yii2-bootstrap-rtl: ~1.0
- bower-asset/adminlte_rtl: ~1.0
- dmstr/yii2-adminlte-asset: ~2.0
This package is auto-updated.
Last update: 2024-11-08 23:47:42 UTC
README
RTL (Right to Left) AdminLte theme for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist airani/yii2-adminlte-rtl
or add
"airani/yii2-adminlte-rtl": "~1.0"
to the require section of your composer.json
file.
Usage
Please read this manual usage and then for using rtl theme register AdminLteRtlAsset
in main layout instead AdminLteAsset
airani\AdminLteRtlAsset::register($this);