/yii2-adminlte-rtl

RTL (Right to Left) AdminLte theme for Yii2

Primary LanguagePHP

Yii2 AdminLte Rtl

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);