Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 686 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 686 Bytes

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