Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airani/yii2-adminlte-rtl
RTL (Right to Left) AdminLte theme for Yii2
https://github.com/airani/yii2-adminlte-rtl
adminlte extension right-to-left rtl theme yii2
Last synced: about 7 hours ago
JSON representation
RTL (Right to Left) AdminLte theme for Yii2
- Host: GitHub
- URL: https://github.com/airani/yii2-adminlte-rtl
- Owner: airani
- Created: 2017-04-13T00:40:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T16:02:53.000Z (over 7 years ago)
- Last Synced: 2024-10-03T09:05:10.098Z (about 1 month ago)
- Topics: adminlte, extension, right-to-left, rtl, theme, yii2
- Language: PHP
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 AdminLte Rtl
=================
RTL (Right to Left) [AdminLte](https://github.com/almasaeed2010/AdminLTE) theme for Yii2Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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](https://github.com/dmstr/yii2-adminlte-asset) manual usage and then for using rtl theme register `AdminLteRtlAsset` in main layout instead `AdminLteAsset`
```php
airani\AdminLteRtlAsset::register($this);
```