RTL (Right to Left) AdminLte theme for Yii2
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.
Please read this manual usage and then for using rtl theme register AdminLteRtlAsset
in main layout instead AdminLteAsset
airani\AdminLteRtlAsset::register($this);
Comments