airani/yii2-adminlte-rtl

RTL (Right to Left) AdminLte theme for Yii2

Installs: 583

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 6

Open Issues: 1

Type:yii2-extension

v1.0 2017-04-16 15:49 UTC

This package is auto-updated.

Last update: 2024-04-08 22:33:02 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);